[Scummvm-cvs-logs] SF.net SVN: scummvm:[34190] scummvm/trunk/engines/drascula/animation.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Aug 27 12:00:34 CEST 2008


Revision: 34190
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34190&view=rev
Author:   thebluegr
Date:     2008-08-27 10:00:32 +0000 (Wed, 27 Aug 2008)

Log Message:
-----------
Document some animations

Modified Paths:
--------------
    scummvm/trunk/engines/drascula/animation.cpp

Modified: scummvm/trunk/engines/drascula/animation.cpp
===================================================================
--- scummvm/trunk/engines/drascula/animation.cpp	2008-08-26 14:26:43 UTC (rev 34189)
+++ scummvm/trunk/engines/drascula/animation.cpp	2008-08-27 10:00:32 UTC (rev 34190)
@@ -596,6 +596,7 @@
 	}
 }
 
+// John Hacker talks with the bartender to book a room
 void DrasculaEngine::animation_3_1() {
 	if (_lang == kSpanish)
 		textSurface = frontSurface;
@@ -631,6 +632,7 @@
 	loadPic(97, extraSurface);
 }
 
+// John Hacker talks with the pianist
 void DrasculaEngine::animation_4_1() {
 	if (_lang == kSpanish)
 		textSurface = frontSurface;


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