diff options
author | Eugene Sandulenko | 2010-08-14 22:25:56 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-10-12 22:44:55 +0000 |
commit | 3f69477b44cd6adfd916962f240bef714f522f11 (patch) | |
tree | 5173041779b04567d4b50d432d90ed383ac1ffda /engines/sword25/util/lua | |
parent | 8977f88834bf5ea70e1f66c14ef535d055bbc1ac (diff) | |
download | scummvm-rg350-3f69477b44cd6adfd916962f240bef714f522f11.tar.gz scummvm-rg350-3f69477b44cd6adfd916962f240bef714f522f11.tar.bz2 scummvm-rg350-3f69477b44cd6adfd916962f240bef714f522f11.zip |
SWORD25: Portability fixes. Now compiles and runs under Linux.
svn-id: r53240
Diffstat (limited to 'engines/sword25/util/lua')
-rw-r--r-- | engines/sword25/util/lua/lbaselib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sword25/util/lua/lbaselib.c b/engines/sword25/util/lua/lbaselib.c index 8b461d998b..8f97a1c246 100644 --- a/engines/sword25/util/lua/lbaselib.c +++ b/engines/sword25/util/lua/lbaselib.c @@ -27,10 +27,6 @@ ** model but changing `fputs' to put the strings at a proper place ** (a console window or a log file, for instance). */ -// ----------------------------------------------------------------------------- -// BS25 -// Aufruf der BS25 Log-Funktion -// ----------------------------------------------------------------------------- static int luaB_print (lua_State *L) { int n = lua_gettop(L); /* number of arguments */ int i; |