[Scummvm-cvs-logs] SF.net SVN: scummvm:[43545] scummvm/trunk/common/EventRecorder.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Aug 19 22:12:05 CEST 2009


Revision: 43545
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43545&view=rev
Author:   lordhoto
Date:     2009-08-19 20:12:04 +0000 (Wed, 19 Aug 2009)

Log Message:
-----------
Initialize EventRecorder to passthrough mode in the constructor.

Modified Paths:
--------------
    scummvm/trunk/common/EventRecorder.cpp

Modified: scummvm/trunk/common/EventRecorder.cpp
===================================================================
--- scummvm/trunk/common/EventRecorder.cpp	2009-08-19 17:21:30 UTC (rev 43544)
+++ scummvm/trunk/common/EventRecorder.cpp	2009-08-19 20:12:04 UTC (rev 43545)
@@ -100,6 +100,7 @@
 	_lastEventCount = 0;
 	_lastMillis = 0;
 
+	_recordMode = kPassthrough;
 }
 
 EventRecorder::~EventRecorder() {


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