[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.42,1.43

Robert G?ffringmann lavosspawn at users.sourceforge.net
Wed May 28 20:52:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv17862/sky

Modified Files:
	sky.cpp 
Log Message:
argh. a missing recreate was the problem. foster is correctly animated now.

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- sky.cpp	29 May 2003 03:26:28 -0000	1.42
+++ sky.cpp	29 May 2003 03:51:05 -0000	1.43
@@ -145,6 +145,7 @@
 	while (1) {
 		delay(100);
 		_skyLogic->engine();
+		_skyScreen->recreate();
 		_skyScreen->spriteEngine();
 		_skyScreen->flip();
 		_skyScreen->showScreen(_skyScreen->giveCurrent());





More information about the Scummvm-git-logs mailing list