[Scummvm-cvs-logs] SF.net SVN: scummvm:[55635] scummvm/trunk/engines/gob
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sat Jan 29 23:48:19 CET 2011
Revision: 55635
http://scummvm.svn.sourceforge.net/scummvm/?rev=55635&view=rev
Author: drmccoy
Date: 2011-01-29 22:48:18 +0000 (Sat, 29 Jan 2011)
Log Message:
-----------
GOB: Remove the long obsolete inter_execPtr
Modified Paths:
--------------
scummvm/trunk/engines/gob/global.cpp
scummvm/trunk/engines/gob/global.h
Modified: scummvm/trunk/engines/gob/global.cpp
===================================================================
--- scummvm/trunk/engines/gob/global.cpp 2011-01-29 22:47:53 UTC (rev 55634)
+++ scummvm/trunk/engines/gob/global.cpp 2011-01-29 22:48:18 UTC (rev 55635)
@@ -116,7 +116,6 @@
_debugFlag = 0;
_inVM = 0;
- _inter_execPtr = 0;
_inter_animDataSize = 10;
_inter_mouseX = 0;
Modified: scummvm/trunk/engines/gob/global.h
===================================================================
--- scummvm/trunk/engines/gob/global.h 2011-01-29 22:47:53 UTC (rev 55634)
+++ scummvm/trunk/engines/gob/global.h 2011-01-29 22:48:18 UTC (rev 55635)
@@ -132,7 +132,6 @@
int16 _debugFlag;
int16 _inVM;
- byte *_inter_execPtr;
int16 _inter_animDataSize;
int16 _inter_mouseX;
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