[Scummvm-cvs-logs] SF.net SVN: scummvm:[44058] scummvm/trunk/engines/teenagent/scene.h
megath at users.sourceforge.net
megath at users.sourceforge.net
Sun Sep 13 15:22:36 CEST 2009
Revision: 44058
http://scummvm.svn.sourceforge.net/scummvm/?rev=44058&view=rev
Author: megath
Date: 2009-09-13 13:22:35 +0000 (Sun, 13 Sep 2009)
Log Message:
-----------
return event status from the nextEvent()
Modified Paths:
--------------
scummvm/trunk/engines/teenagent/scene.h
Modified: scummvm/trunk/engines/teenagent/scene.h
===================================================================
--- scummvm/trunk/engines/teenagent/scene.h 2009-09-13 13:10:05 UTC (rev 44057)
+++ scummvm/trunk/engines/teenagent/scene.h 2009-09-13 13:22:35 UTC (rev 44058)
@@ -133,9 +133,9 @@
static Common::Point messagePosition(const Common::String &str, const Common::Point & position);
bool processEventQueue();
- inline void nextEvent() {
+ inline bool nextEvent() {
current_event.clear();
- processEventQueue();
+ return processEventQueue();
}
TeenAgentEngine *_engine;
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