[Scummvm-cvs-logs] SF.net SVN: scummvm: [33045] scummvm/branches/gsoc2008-rtl/engines/sword1
cpage88 at users.sourceforge.net
cpage88 at users.sourceforge.net
Mon Jul 14 00:08:58 CEST 2008
Revision: 33045
http://scummvm.svn.sourceforge.net/scummvm/?rev=33045&view=rev
Author: cpage88
Date: 2008-07-13 15:08:58 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
Overlooked something in SWORD1, works now
Modified Paths:
--------------
scummvm/branches/gsoc2008-rtl/engines/sword1/animation.cpp
scummvm/branches/gsoc2008-rtl/engines/sword1/sword1.cpp
Modified: scummvm/branches/gsoc2008-rtl/engines/sword1/animation.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/sword1/animation.cpp 2008-07-13 22:00:39 UTC (rev 33044)
+++ scummvm/branches/gsoc2008-rtl/engines/sword1/animation.cpp 2008-07-13 22:08:58 UTC (rev 33045)
@@ -300,9 +300,6 @@
terminated = true;
}
break;
- case Common::EVENT_QUIT:
- _system->quit();
- break;
default:
break;
}
Modified: scummvm/branches/gsoc2008-rtl/engines/sword1/sword1.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/engines/sword1/sword1.cpp 2008-07-13 22:00:39 UTC (rev 33044)
+++ scummvm/branches/gsoc2008-rtl/engines/sword1/sword1.cpp 2008-07-13 22:08:58 UTC (rev 33045)
@@ -668,7 +668,7 @@
}
}
- return _eventMan->shouldQuit();
+ return _eventMan->shouldRTL();
}
void SwordEngine::checkCd(void) {
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