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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat May 23 01:10:52 CEST 2009


Revision: 40795
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40795&view=rev
Author:   lordhoto
Date:     2009-05-22 23:10:52 +0000 (Fri, 22 May 2009)

Log Message:
-----------
Fix crash with MSVC.

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

Modified: scummvm/trunk/engines/kyra/lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/lol.cpp	2009-05-22 23:08:58 UTC (rev 40794)
+++ scummvm/trunk/engines/kyra/lol.cpp	2009-05-22 23:10:52 UTC (rev 40795)
@@ -218,6 +218,7 @@
 
 	_buttonData = 0;
 	_activeButtons = 0;
+	gui_resetButtonList();
 	_preserveEvents = false;
 	_buttonList1 = _buttonList2 = _buttonList3 = _buttonList4 = _buttonList5 = _buttonList6 = _buttonList7 = _buttonList8 = 0;
 


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