[Scummvm-cvs-logs] SF.net SVN: scummvm:[34575] scummvm/trunk/engines/drascula/animation.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Sep 16 12:53:57 CEST 2008
Revision: 34575
http://scummvm.svn.sourceforge.net/scummvm/?rev=34575&view=rev
Author: thebluegr
Date: 2008-09-16 10:53:57 +0000 (Tue, 16 Sep 2008)
Log Message:
-----------
Fixed some glitches in the last part of Von Braun's story
Modified Paths:
--------------
scummvm/trunk/engines/drascula/animation.cpp
Modified: scummvm/trunk/engines/drascula/animation.cpp
===================================================================
--- scummvm/trunk/engines/drascula/animation.cpp 2008-09-16 10:44:07 UTC (rev 34574)
+++ scummvm/trunk/engines/drascula/animation.cpp 2008-09-16 10:53:57 UTC (rev 34575)
@@ -773,7 +773,7 @@
if (i < 4)
sprintf(curPic, "his%i.alg", i);
else
- strcpy(curPic, "his4_1.alg");
+ strcpy(curPic, "his4_2.alg");
loadPic(curPic, screenSurface, HALF_PAL);
centerText(_texthis[i], 180, 180);
@@ -783,12 +783,15 @@
goto asco;
delay(3000);
- fadeToBlack(1);
- if (getScan() != 0)
- goto asco;
+ if (i < 4) {
+ fadeToBlack(1);
- clearRoom();
+ if (getScan() != 0)
+ goto asco;
+
+ clearRoom();
+ }
}
loadPic("his4_1.alg", bgSurface, HALF_PAL);
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