[Scummvm-cvs-logs] SF.net SVN: scummvm: [31393] scummvm/trunk/engines/kyra/kyra_v1.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Apr 5 03:53:46 CEST 2008


Revision: 31393
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31393&view=rev
Author:   lordhoto
Date:     2008-04-04 18:53:45 -0700 (Fri, 04 Apr 2008)

Log Message:
-----------
Fixed crash when opening menu after starting kyra1 with -x/--save-slot.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v1.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v1.cpp	2008-04-05 01:49:28 UTC (rev 31392)
+++ scummvm/trunk/engines/kyra/kyra_v1.cpp	2008-04-05 01:53:45 UTC (rev 31393)
@@ -416,6 +416,7 @@
 		} else
 			saveGame(getSavegameFilename(0), "New game");
 	} else {
+		_screen->setFont(Screen::FID_8_FNT);
 		loadGame(getSavegameFilename(_gameToLoad));
 		_gameToLoad = -1;
 	}


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