[Scummvm-cvs-logs] CVS: scummvm/sky debug.cpp,1.20.2.3,1.20.2.4

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Fri Jan 27 06:37:12 CET 2006


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

Modified Files:
      Tag: branch-0-8-0
	debug.cpp 
Log Message:
Revert the debugger.cpp -> debugger.h change on the branch too. This is not
a good time for regressions. :-)


Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/debug.cpp,v
retrieving revision 1.20.2.3
retrieving revision 1.20.2.4
diff -u -d -r1.20.2.3 -r1.20.2.4
--- debug.cpp	27 Jan 2006 13:35:40 -0000	1.20.2.3
+++ debug.cpp	27 Jan 2006 14:36:47 -0000	1.20.2.4
@@ -30,7 +30,7 @@
 #include "sky/struc.h"
 #include "sky/compact.h"
 
-#include "common/debugger.h"
+#include "common/debugger.cpp"
 
 namespace Sky {
 





More information about the Scummvm-git-logs mailing list