[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
- Previous message: [Scummvm-cvs-logs] CVS: scummex image.cpp,1.6,1.7 image.h,1.5,1.6 resource.cpp,1.12,1.13 scummex.cpp,1.13,1.14 scummex.h,1.6,1.7 wxwindows.cpp,1.11,1.12 wxwindows.h,1.3,1.4
- Next message: [Scummvm-cvs-logs] CVS: scummex image.cpp,1.7,1.8 image.h,1.6,1.7 scummex.cpp,1.15,1.16 scummex.h,1.8,1.9 wxwindows.cpp,1.12,1.13 wxwindows.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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();
- Previous message: [Scummvm-cvs-logs] CVS: scummex image.cpp,1.6,1.7 image.h,1.5,1.6 resource.cpp,1.12,1.13 scummex.cpp,1.13,1.14 scummex.h,1.6,1.7 wxwindows.cpp,1.11,1.12 wxwindows.h,1.3,1.4
- Next message: [Scummvm-cvs-logs] CVS: scummex image.cpp,1.7,1.8 image.h,1.6,1.7 scummex.cpp,1.15,1.16 scummex.h,1.8,1.9 wxwindows.cpp,1.12,1.13 wxwindows.h,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list