[Scummvm-cvs-logs] SF.net SVN: scummvm: [29206] scummvm/trunk/engines/kyra/kyra_v2.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Oct 13 20:15:04 CEST 2007


Revision: 29206
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29206&view=rev
Author:   lordhoto
Date:     2007-10-13 11:15:03 -0700 (Sat, 13 Oct 2007)

Log Message:
-----------
Cleanup.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v2.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v2.cpp	2007-10-13 15:44:56 UTC (rev 29205)
+++ scummvm/trunk/engines/kyra/kyra_v2.cpp	2007-10-13 18:15:03 UTC (rev 29206)
@@ -669,7 +669,7 @@
 }
 
 void KyraEngine_v2::removeInputTop() {
-	if (_eventList.begin() != _eventList.end())
+	if (!_eventList.empty())
 		_eventList.erase(_eventList.begin());
 }
 


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