changeset 26:077d08c442f7

Update to match latest engine changes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Oct 2012 10:15:06 +0300
parents 98dcf1847e75
children 8af550785710
files config.mak krapula.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config.mak	Tue Oct 02 18:17:52 2012 +0300
+++ b/config.mak	Wed Oct 03 10:15:06 2012 +0300
@@ -12,6 +12,7 @@
 # Use MMX/SSE SIMD assembler routines?
 DM_USE_SIMD=yes
 
+DM_USE_TREMOR=no
 
 DMRES_PACKFS=yes
 DMRES_STDIO=no
--- a/krapula.c	Tue Oct 02 18:17:52 2012 +0300
+++ b/krapula.c	Wed Oct 03 10:15:06 2012 +0300
@@ -387,6 +387,10 @@
 {
     dmInitProg("krapula", "Lauantai Aamun Krapula", "0.2", "(c) 2012 Anciat Prodz & TNSP", "PENIS.");
 
+    engine.optPackFilename = "orvellys.dat";
+    engine.optDataPath  = NULL;
+    engine.optResFlags  = DRF_USE_PACK | DRF_PRELOAD_RES;
+
     engine.optScrWidth  = 640;
     engine.optScrHeight = 480;
     engine.optBitDepth  = 32;