git » fp-git.git » commit 920afc2

works!!!

author ecalot
2004-08-15 02:19:30 UTC
committer ecalot
2004-08-15 02:19:30 UTC
parent e76a37d633ed6e19c1a2e44448a5ce270fd92552

works!!!

FP/src/conf/files.conf +3 -3
FP/src/res/resources.c +1 -1

diff --git a/FP/src/conf/files.conf b/FP/src/conf/files.conf
index 01deb73..978fa31 100644
--- a/FP/src/conf/files.conf
+++ b/FP/src/conf/files.conf
@@ -1,11 +1,11 @@
 #files!
 
-LEVEL	levels.dat
-KID	kid.dat
+LEVEL	  levels.dat
+KID     kid.dat
 PRINCE	prince.dat
 DUNGEON	vdungeon.dat
 PCSOUND	ibmsnd1.dat	ibmsnd2.dat
-TITLES	titles.dat
+TITLES	title.dat
 GUARD   guard1.dat
 PV      pv.dat
 
diff --git a/FP/src/res/resources.c b/FP/src/res/resources.c
index 082e09b..523a6db 100644
--- a/FP/src/res/resources.c
+++ b/FP/src/res/resources.c
@@ -131,7 +131,7 @@ printf("ttest\n");
 				printf("Fatal Error: resLoad: palette not found!\n");
 				return NULL;
 			}
-			printf("hola %d\n",palette.size);
+			printf("hola %d\n",(long)palette.size);
 			if (palette.size!=100) {
       	printf("Fatal error: resLoad: invalid palette\n");
         return NULL;