[Scummvm-cvs-logs] SF.net SVN: scummvm: [24357] scummvm/trunk/engines/agos/icons.cpp
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Tue Oct 17 03:17:52 CEST 2006
Revision: 24357
http://svn.sourceforge.net/scummvm/?rev=24357&view=rev
Author: kirben
Date: 2006-10-16 18:17:48 -0700 (Mon, 16 Oct 2006)
Log Message:
-----------
Fix clearing window, when removing icons in earlier games
Modified Paths:
--------------
scummvm/trunk/engines/agos/icons.cpp
Modified: scummvm/trunk/engines/agos/icons.cpp
===================================================================
--- scummvm/trunk/engines/agos/icons.cpp 2006-10-17 01:04:14 UTC (rev 24356)
+++ scummvm/trunk/engines/agos/icons.cpp 2006-10-17 01:17:48 UTC (rev 24357)
@@ -674,7 +674,7 @@
if (window == NULL || window->iconPtr == NULL)
return;
- if (getGameType() == GType_SIMON1 || getGameType() == GType_SIMON2) {
+ if (getGameType() != GType_FF && getGameType() != GType_PP) {
changeWindow(num);
windowPutChar(12);
changeWindow(curWindow);
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