[Scummvm-cvs-logs] SF.net SVN: scummvm: [28770] scummvm/trunk/engines/saga/animation.cpp
sev at users.sourceforge.net
sev at users.sourceforge.net
Fri Aug 31 12:10:11 CEST 2007
Revision: 28770
http://scummvm.svn.sourceforge.net/scummvm/?rev=28770&view=rev
Author: sev
Date: 2007-08-31 03:10:11 -0700 (Fri, 31 Aug 2007)
Log Message:
-----------
Fix warning
Modified Paths:
--------------
scummvm/trunk/engines/saga/animation.cpp
Modified: scummvm/trunk/engines/saga/animation.cpp
===================================================================
--- scummvm/trunk/engines/saga/animation.cpp 2007-08-31 08:20:41 UTC (rev 28769)
+++ scummvm/trunk/engines/saga/animation.cpp 2007-08-31 10:10:11 UTC (rev 28770)
@@ -209,7 +209,6 @@
if (_cutAwayMode != kPanelVideo || startImmediately)
play(MAX_ANIMATIONS + cutawaySlot, 0);
else {
- Event event;
event.type = kEvTOneshot;
event.code = kAnimEvent;
event.op = kEventPlay;
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