[Scummvm-cvs-logs] SF.net SVN: scummvm: [24609] tools/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Nov 4 22:49:36 CET 2006


Revision: 24609
          http://svn.sourceforge.net/scummvm/?rev=24609&view=rev
Author:   fingolfin
Date:     2006-11-04 13:49:31 -0800 (Sat, 04 Nov 2006)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    tools/trunk/descumm-common.cpp
    tools/trunk/descumm.h

Modified: tools/trunk/descumm-common.cpp
===================================================================
--- tools/trunk/descumm-common.cpp	2006-11-04 18:18:34 UTC (rev 24608)
+++ tools/trunk/descumm-common.cpp	2006-11-04 21:49:31 UTC (rev 24609)
@@ -24,6 +24,9 @@
 #include "descumm.h"
 
 
+#define BLOCK_STACK_SIZE	256
+
+
 BlockStack *block_stack;
 int num_block_stack;
 

Modified: tools/trunk/descumm.h
===================================================================
--- tools/trunk/descumm.h	2006-11-04 18:18:34 UTC (rev 24608)
+++ tools/trunk/descumm.h	2006-11-04 21:49:31 UTC (rev 24609)
@@ -33,9 +33,6 @@
 #define MAX_FILE_SIZE (200 * 1024)
 
 
-#define BLOCK_STACK_SIZE	256
-
-
 typedef unsigned int uint;
 
 //
@@ -78,6 +75,11 @@
 extern bool dontShowOffsets;
 extern bool haltOnError;
 
+extern bool HumongousFlag;
+extern bool ZakFlag;
+extern bool IndyFlag;
+extern bool GF_UNBLOCKED;
+
 //
 // The SCUMM version used for the script we are descumming.
 //
@@ -123,10 +125,6 @@
 extern void next_line_V67(char *buf);
 extern void next_line_V8(char *buf);
 extern void next_line_HE_V72(char *buf);
-extern bool HumongousFlag;
-extern bool ZakFlag;
-extern bool IndyFlag;
-extern bool GF_UNBLOCKED;
 
 
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list