[Scummvm-cvs-logs] SF.net SVN: scummvm: [26627] scummvm/trunk/engines/cruise

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Fri Apr 27 22:35:30 CEST 2007


Revision: 26627
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26627&view=rev
Author:   eriktorbjorn
Date:     2007-04-27 13:35:29 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
Fixed compilation (and a warning).

Modified Paths:
--------------
    scummvm/trunk/engines/cruise/cell.h
    scummvm/trunk/engines/cruise/module.mk

Modified: scummvm/trunk/engines/cruise/cell.h
===================================================================
--- scummvm/trunk/engines/cruise/cell.h	2007-04-27 20:32:59 UTC (rev 26626)
+++ scummvm/trunk/engines/cruise/cell.h	2007-04-27 20:35:29 UTC (rev 26627)
@@ -70,4 +70,4 @@
 
 }
 
-#endif
\ No newline at end of file
+#endif

Modified: scummvm/trunk/engines/cruise/module.mk
===================================================================
--- scummvm/trunk/engines/cruise/module.mk	2007-04-27 20:32:59 UTC (rev 26626)
+++ scummvm/trunk/engines/cruise/module.mk	2007-04-27 20:35:29 UTC (rev 26627)
@@ -16,7 +16,6 @@
 	function.o \
 	gfxModule.o \
 	linker.o \
-	loadSave.o \
 	mainDraw.o \
 	menu.o \
 	mouse.o \
@@ -24,6 +23,7 @@
 	overlay.o \
 	perso.o \
 	polys.o \
+	saveload.o \
 	script.o \
 	stack.o \
 	stringSupport.o \


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