From 1220b642ebf3c9a28b6eb88160ef63263fa00a44 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 17 Nov 2011 16:21:17 +0200 Subject: Falling sand and gravel --- src/script.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script.cpp') diff --git a/src/script.cpp b/src/script.cpp index f58811090..16d8030d6 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -47,7 +47,9 @@ bool script_load(lua_State *L, const char *path) int ret = luaL_loadfile(L, path) || lua_pcall(L, 0, 0, 0); if(ret){ errorstream<<"Failed to load and run script from "<