[Scummvm-cvs-logs] SF.net SVN: scummvm:[34030] scummvm/trunk/engines/drascula/drascula.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Aug 19 12:12:36 CEST 2008
Revision: 34030
http://scummvm.svn.sourceforge.net/scummvm/?rev=34030&view=rev
Author: thebluegr
Date: 2008-08-19 10:12:35 +0000 (Tue, 19 Aug 2008)
Log Message:
-----------
Fix for bug #2057664 - "DRASCULA: No GUI warning when playing from CD"
Modified Paths:
--------------
scummvm/trunk/engines/drascula/drascula.cpp
Modified: scummvm/trunk/engines/drascula/drascula.cpp
===================================================================
--- scummvm/trunk/engines/drascula/drascula.cpp 2008-08-19 10:06:07 UTC (rev 34029)
+++ scummvm/trunk/engines/drascula/drascula.cpp 2008-08-19 10:12:35 UTC (rev 34030)
@@ -181,6 +181,8 @@
currentChapter = 1; // values from 1 to 6 will start each part of game
hay_que_load = 0;
+ checkCD();
+
for (;;) {
int i;
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