aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util/lua
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-14 22:25:56 +0000
committerEugene Sandulenko2010-10-12 22:44:55 +0000
commit3f69477b44cd6adfd916962f240bef714f522f11 (patch)
tree5173041779b04567d4b50d432d90ed383ac1ffda /engines/sword25/util/lua
parent8977f88834bf5ea70e1f66c14ef535d055bbc1ac (diff)
downloadscummvm-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.c4
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;