aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/scenri.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-01-01 14:27:56 +1000
committerDavid Walter Seikel2016-01-01 14:27:56 +1000
commitd7bafe134ed9495ae11085acf539be4f26d3a1ab (patch)
treeb105b5bb9fe86e3bd161f6002c1a183b20e96dcf /src/extantz/scenri.c
parentRefactor the client / server stuff, though only partially converted so far. (diff)
downloadSledjHamr-d7bafe134ed9495ae11085acf539be4f26d3a1ab.zip
SledjHamr-d7bafe134ed9495ae11085acf539be4f26d3a1ab.tar.gz
SledjHamr-d7bafe134ed9495ae11085acf539be4f26d3a1ab.tar.bz2
SledjHamr-d7bafe134ed9495ae11085acf539be4f26d3a1ab.tar.xz
Fix some long standing typoes.
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