[Scummvm-cvs-logs] SF.net SVN: scummvm:[34031] scummvm/branches/branch-0-12-0/engines/drascula /drascula.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Aug 19 12:13:35 CEST 2008


Revision: 34031
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34031&view=rev
Author:   thebluegr
Date:     2008-08-19 10:13:34 +0000 (Tue, 19 Aug 2008)

Log Message:
-----------
(backport) Fix for bug #2057664 - "DRASCULA: No GUI warning when playing from CD"

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/drascula/drascula.cpp

Modified: scummvm/branches/branch-0-12-0/engines/drascula/drascula.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/drascula/drascula.cpp	2008-08-19 10:12:35 UTC (rev 34030)
+++ scummvm/branches/branch-0-12-0/engines/drascula/drascula.cpp	2008-08-19 10:13:34 UTC (rev 34031)
@@ -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