[Scummvm-cvs-logs] CVS: scummvm/saga saga.h,1.71,1.72 scene.h,1.35,1.36

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Jan 13 10:02:01 CET 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22009

Modified Files:
	saga.h scene.h 
Log Message:
Removed unused stuff.


Index: saga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- saga.h	11 Jan 2005 21:10:20 -0000	1.71
+++ saga.h	13 Jan 2005 18:00:47 -0000	1.72
@@ -33,6 +33,7 @@
 #include "common/stream.h"
 #include "common/rect.h"
 
+// TODO: These shouldn't be here!
 #include <limits.h>
 #include <stddef.h>
 
@@ -69,7 +70,6 @@
 #define SAGA_IMAGE_DATA_OFFSET 776
 #define SAGA_IMAGE_HEADER_LEN  8
 
-#define PBOUNDS(n,max) (((n)>=(0))&&((n)<(max)))
 #define MAXPATH 512
 
 #define IS_BIG_ENDIAN ((_vm->getFeatures() & GF_BIG_ENDIAN_DATA) != 0)

Index: scene.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/scene.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- scene.h	9 Jan 2005 16:43:57 -0000	1.35
+++ scene.h	13 Jan 2005 18:00:47 -0000	1.36
@@ -189,19 +189,12 @@
 	char i_str[INTRO_STRMAX];
 };
 
-struct INTRO_CAPTION {
-	int res_n;
-	char *caption;
-};
-
 struct INTRO_CREDIT {
 	int game;
-	// int lang;	// TODO
 	int type;
 	const char *string;
 };
 
-
 enum SceneFlags {
 	kSceneFlagISO        = 1,
 	kSceneFlagShowCursor = 2





More information about the Scummvm-git-logs mailing list