aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/scenri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/scenri.c')
-rw-r--r--src/extantz/scenri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extantz/scenri.c b/src/extantz/scenri.c
index f871500..d37667b 100644
--- a/src/extantz/scenri.c
+++ b/src/extantz/scenri.c
@@ -242,7 +242,7 @@ static int _finishStuffs(lua_State *L)
242 char *uuid, *name, *file, *description, *owner, *mesh; 242 char *uuid, *name, *file, *description, *owner, *mesh;
243 int type, fake; 243 int type, fake;
244 244
245 pull_lua(L, 1, "$ $ $ $ $ $ % % ", &uuid, &name, &file, &description, &owner, &mesh, &type, &fake); 245 pull_lua(L, 1, "$ $ $ $ $ $ % %", &uuid, &name, &file, &description, &owner, &mesh, &type, &fake);
246 lua_getfield(L, LUA_REGISTRYINDEX, "sceneData"); 246 lua_getfield(L, LUA_REGISTRYINDEX, "sceneData");
247 scene = (Scene_Data *) lua_touserdata(L, -1); 247 scene = (Scene_Data *) lua_touserdata(L, -1);
248 248