[Scummvm-cvs-logs] CVS: scummvm/sword2 logic.cpp,1.47,1.47.2.1

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun Apr 10 09:27:51 CEST 2005


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9571

Modified Files:
      Tag: branch-0-7-0
	logic.cpp 
Log Message:
Backported variable initialization to fix possible failed assertion when
quitting the game (very) early.


Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/logic.cpp,v
retrieving revision 1.47
retrieving revision 1.47.2.1
diff -u -d -r1.47 -r1.47.2.1
--- logic.cpp	16 Nov 2004 09:15:25 -0000	1.47
+++ logic.cpp	10 Apr 2005 16:27:18 -0000	1.47.2.1
@@ -33,7 +33,7 @@
 namespace Sword2 {
 
 Logic::Logic(Sword2Engine *vm) :
-	_vm(vm), _kills(0), _smackerLeadOut(0), _sequenceTextLines(0),
+	_vm(vm), _kills(0), _currentRunList(0), _smackerLeadOut(0), _sequenceTextLines(0),
 	_speechTime(0), _animId(0), _speechAnimType(0), _leftClickDelay(0),
 	_rightClickDelay(0), _defaultResponseId(0), _totalStartups(0),
 	_totalScreenManagers(0), _officialTextNumber(0), _speechTextBlocNo(0),





More information about the Scummvm-git-logs mailing list