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

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Sun Feb 15 22:57:51 CET 2009


Revision: 38309
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38309&view=rev
Author:   vinterstum
Date:     2009-02-15 21:57:51 +0000 (Sun, 15 Feb 2009)

Log Message:
-----------
Compile fix for OS X

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

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-02-15 21:39:59 UTC (rev 38308)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-02-15 21:57:51 UTC (rev 38309)
@@ -173,7 +173,7 @@
 	}
 }
 
-inline int
+int
 _find_priority_band(state_t *s, int nr)
 {
 	if (s->version >= SCI_VERSION_FTU_PRIORITY_14_ZONES && (nr < 0 || nr > 14)) {


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