[Scummvm-cvs-logs] CVS: scummex scummex.cpp,1.14,1.15 scummex.h,1.7,1.8

Adrien Mercier yoshizf at users.sourceforge.net
Mon Sep 22 08:44:09 CEST 2003


Update of /cvsroot/scummvm/scummex
In directory sc8-pr-cvs1:/tmp/cvs-serv18282

Modified Files:
	scummex.cpp scummex.h 
Log Message:
Added an evil hack until I fix that..

Index: scummex.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/scummex.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- scummex.cpp	22 Sep 2003 15:23:57 -0000	1.14
+++ scummex.cpp	22 Sep 2003 15:43:24 -0000	1.15
@@ -25,6 +25,10 @@
 #include "scummex.h"
 #include "descumm.h"
 
+File _input;
+File _output;
+uint32 _blockId;
+	
 struct RoomTable _roomTable[200];
 
 struct BlockTable _blockTable[60000];

Index: scummex.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/scummex.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- scummex.h	22 Sep 2003 15:23:57 -0000	1.7
+++ scummex.h	22 Sep 2003 15:43:24 -0000	1.8
@@ -38,9 +38,9 @@
 	GUI_wxWindows *_gui;
 
 public:
-	File _input;
+	/*File _input;
 	File _output;
-	uint32 _blockId;
+	uint32 _blockId;*/
 	int _scummVersion;
 
 	ScummEX();





More information about the Scummvm-git-logs mailing list