[Scummvm-cvs-logs] SF.net SVN: scummvm: [32794] scummvm/branches/gsoc2008-rtl/engines/sword2
cpage88 at users.sourceforge.net
cpage88 at users.sourceforge.net
Thu Jun 26 06:54:29 CEST 2008
Revision: 32794
http://scummvm.svn.sourceforge.net/scummvm/?rev=32794&view=rev
Author: cpage88
Date: 2008-06-25 21:54:29 -0700 (Wed, 25 Jun 2008)
Log Message:
-----------
Sword2 now uses the new _quit flag
Modified Paths:
--------------
scummvm/branches/gsoc2008-rtl/engines/sword2/sword2.cpp
scummvm/branches/gsoc2008-rtl/engines/sword2/sword2.h
Modified: scummvm/branches/gsoc2008-rtl/engines/sword2/sword2.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/sword2/sword2.cpp 2008-06-26 00:50:16 UTC (rev 32793)
+++ scummvm/branches/gsoc2008-rtl/engines/sword2/sword2.cpp 2008-06-26 04:54:29 UTC (rev 32794)
@@ -229,7 +229,6 @@
_gameCycle = 0;
_gameSpeed = 1;
- _quit = false;
syst->getEventManager()->registerRandomSource(_rnd, "sword2");
}
@@ -460,7 +459,7 @@
#endif
}
- return 0;
+ return _rtl;
}
void Sword2Engine::closeGame() {
Modified: scummvm/branches/gsoc2008-rtl/engines/sword2/sword2.h
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/sword2/sword2.h 2008-06-26 00:50:16 UTC (rev 32793)
+++ scummvm/branches/gsoc2008-rtl/engines/sword2/sword2.h 2008-06-26 04:54:29 UTC (rev 32794)
@@ -141,8 +141,6 @@
bool getSubtitles() { return _useSubtitles; }
void setSubtitles(bool b) { _useSubtitles = b; }
- bool _quit;
-
uint32 _features;
MemoryManager *_memory;
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