[Scummvm-cvs-logs] CVS: scummvm/saga saga.cpp,1.138,1.139

Eugene Sandulenko sev at users.sourceforge.net
Sat Oct 8 08:35:55 CEST 2005


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

Modified Files:
	saga.cpp 
Log Message:
Oops. Fix crash introduced by last commit.


Index: saga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.cpp,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- saga.cpp	6 Oct 2005 15:56:06 -0000	1.138
+++ saga.cpp	8 Oct 2005 15:35:07 -0000	1.139
@@ -216,9 +216,9 @@
 	_anim = new Anim(this);
 	_script = new Script(this);
 	_interface = new Interface(this); // requires script module
+	_scene = new Scene(this);
 	_actor = new Actor(this);
 	_palanim = new PalAnim(this);
-	_scene = new Scene(this);
 	_isoMap = new IsoMap(this);
 	_puzzle = new Puzzle(this);
 





More information about the Scummvm-git-logs mailing list