[Scummvm-cvs-logs] SF.net SVN: scummvm: [31258] scummvm/trunk/engines/kyra/kyra_v2.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Thu Mar 27 00:21:44 CET 2008
Revision: 31258
http://scummvm.svn.sourceforge.net/scummvm/?rev=31258&view=rev
Author: lordhoto
Date: 2008-03-26 16:21:44 -0700 (Wed, 26 Mar 2008)
Log Message:
-----------
Prevents adding of events to input queue, which will not be processed anyway.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/kyra_v2.cpp
Modified: scummvm/trunk/engines/kyra/kyra_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v2.cpp 2008-03-26 22:47:57 UTC (rev 31257)
+++ scummvm/trunk/engines/kyra/kyra_v2.cpp 2008-03-26 23:21:44 UTC (rev 31258)
@@ -753,7 +753,6 @@
break;
default:
- _eventList.push_back(event);
break;
}
}
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