[Scummvm-cvs-logs] SF.net SVN: scummvm:[38512] scummvm/trunk/engines/sci/engine/game.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Wed Feb 18 23:46:03 CET 2009


Revision: 38512
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38512&view=rev
Author:   aquadran
Date:     2009-02-18 22:46:01 +0000 (Wed, 18 Feb 2009)

Log Message:
-----------
formating

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/game.cpp

Modified: scummvm/trunk/engines/sci/engine/game.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/game.cpp	2009-02-18 22:41:57 UTC (rev 38511)
+++ scummvm/trunk/engines/sci/engine/game.cpp	2009-02-18 22:46:01 UTC (rev 38512)
@@ -478,7 +478,6 @@
 
 	s->script_000 = &(s->seg_manager.heap[s->script_000_segment]->data.script);
 
-
 	s->sys_strings = sm_allocate_sys_strings(&s->seg_manager, &s->sys_strings_segment);
 	// Allocate static buffer for savegame and CWD directories
 	sys_string_acquire(s->sys_strings, SYS_STRING_SAVEDIR, "savedir", MAX_SAVE_DIR_SIZE);
@@ -635,7 +634,7 @@
 
 	srand(time(NULL)); // Initialize random number generator
 
-	//script_dissect(0, s->selector_names, s->selector_names_nr);
+//	script_dissect(0, s->selector_names, s->selector_names_nr);
 	game_obj = script_lookup_export(s, 0, 0);
 	// The first entry in the export table of script 0 points to the game object
 
@@ -643,7 +642,7 @@
 
 	if (!s->game_name) {
 		sciprintf("Error: script.000, export 0 ("PREG") does not\n"
-		          "  yield an object with a name -> sanity check failed\n", PRINT_REG(game_obj));
+		          " yield an object with a name -> sanity check failed\n", PRINT_REG(game_obj));
 		return 1;
 	}
 


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