[Scummvm-cvs-logs] SF.net SVN: scummvm: [24950] scummvm/trunk/engines/scumm/actor.h

cyx at users.sourceforge.net cyx at users.sourceforge.net
Sat Dec 30 00:50:57 CET 2006


Revision: 24950
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24950&view=rev
Author:   cyx
Date:     2006-12-29 15:50:54 -0800 (Fri, 29 Dec 2006)

Log Message:
-----------
added explicit call to parent method

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/actor.h

Modified: scummvm/trunk/engines/scumm/actor.h
===================================================================
--- scummvm/trunk/engines/scumm/actor.h	2006-12-29 23:44:08 UTC (rev 24949)
+++ scummvm/trunk/engines/scumm/actor.h	2006-12-29 23:50:54 UTC (rev 24950)
@@ -334,13 +334,14 @@
 public:
 	ActorC64(int id) : ActorOldWalk(id) {}
 	virtual void initActor(int mode) {
+		ActorOldWalk::initActor(mode);
 		if (mode == -1) {
 			_miscflags = 0;
 		}
 	}
 
 protected:
-	
+
 };
 
 


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