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

sev at users.sourceforge.net sev at users.sourceforge.net
Wed May 6 13:01:58 CEST 2009


Revision: 40354
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40354&view=rev
Author:   sev
Date:     2009-05-06 11:01:58 +0000 (Wed, 06 May 2009)

Log Message:
-----------
Sync with adlib.cpp rename

Modified Paths:
--------------
    scummvm/trunk/engines/sci/module.mk
    scummvm/trunk/engines/sci/sfx/adlib_sbi.cpp

Modified: scummvm/trunk/engines/sci/module.mk
===================================================================
--- scummvm/trunk/engines/sci/module.mk	2009-05-06 11:00:24 UTC (rev 40353)
+++ scummvm/trunk/engines/sci/module.mk	2009-05-06 11:01:58 UTC (rev 40354)
@@ -58,7 +58,7 @@
 	scicore/versions.o \
 	scicore/vocabulary.o \
 	scicore/vocab_debug.o \
-	sfx/adlib.o \
+	sfx/adlib_sbi.o \
 	sfx/core.o \
 	sfx/iterator.o \
 	sfx/songlib.o \

Modified: scummvm/trunk/engines/sci/sfx/adlib_sbi.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/adlib_sbi.cpp	2009-05-06 11:00:24 UTC (rev 40353)
+++ scummvm/trunk/engines/sci/sfx/adlib_sbi.cpp	2009-05-06 11:01:58 UTC (rev 40354)
@@ -23,7 +23,7 @@
  *
  */
 
-#include "sci/sfx/adlib.h"
+#include "sci/sfx/adlib_sbi.h"
 
 namespace Sci {
 


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