[Scummvm-cvs-logs] SF.net SVN: scummvm:[39808] scummvm/trunk/engines/sci

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Apr 3 10:23:03 CEST 2009


Revision: 39808
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39808&view=rev
Author:   thebluegr
Date:     2009-04-03 08:23:02 +0000 (Fri, 03 Apr 2009)

Log Message:
-----------
Some more FreeSCI <-> SCI changes

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/scriptdebug.cpp
    scummvm/trunk/engines/sci/gfx/gfx_tools.h
    scummvm/trunk/engines/sci/gfx/res_view1.cpp

Modified: scummvm/trunk/engines/sci/engine/scriptdebug.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/scriptdebug.cpp	2009-04-03 08:10:58 UTC (rev 39807)
+++ scummvm/trunk/engines/sci/engine/scriptdebug.cpp	2009-04-03 08:23:02 UTC (rev 39808)
@@ -2328,7 +2328,7 @@
 	{"File I/O", 'F', (1 << 13)},
 	{"Time", 't', (1 << 14)},
 	{"Room numbers", 'r', (1 << 15)},
-	{"SCI 0.3.3 kernel emulation", 'e', (1 << 16)},
+	{"FreeSCI 0.3.3 kernel emulation", 'e', (1 << 16)},
 	{"Pathfinding", 'P', (1 << SCIkAVOIDPATH_NR)}
 } ;
 

Modified: scummvm/trunk/engines/sci/gfx/gfx_tools.h
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_tools.h	2009-04-03 08:10:58 UTC (rev 39807)
+++ scummvm/trunk/engines/sci/gfx/gfx_tools.h	2009-04-03 08:23:02 UTC (rev 39808)
@@ -23,7 +23,7 @@
  *
  */
 
-/* SCI 0.3.1+ graphics subsystem helper functions */
+/* SCI graphics subsystem helper functions */
 
 
 #ifndef SCI_GFX_GFX_TOOLS_H

Modified: scummvm/trunk/engines/sci/gfx/res_view1.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/res_view1.cpp	2009-04-03 08:10:58 UTC (rev 39807)
+++ scummvm/trunk/engines/sci/gfx/res_view1.cpp	2009-04-03 08:23:02 UTC (rev 39808)
@@ -360,7 +360,7 @@
 		amiga_game = 1;
 		view->palette = static_pal->getref();
 	} else {
-		GFXWARN("view %04x: Doesn't have a palette. Can FreeSCI handle this?\n", view->ID);
+		GFXWARN("view %04x: Doesn't have a palette. Can SCI handle this?\n", view->ID);
 		view->palette = NULL;
 	}
 


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