Skip to content
Snippets Groups Projects
Commit 0f928c62 authored by dg's avatar dg
Browse files

Fix crash when leaving the endgame zone


git-svn-id: http://svn.net-core.org/repos/t-engine4@4543 51575b47-30f0-44d4-a5cc-537603b46e54
parent 414ebe02
No related branches found
No related tags found
No related merge requests found
......@@ -398,7 +398,7 @@ static int map_objects_toscreen(lua_State *L)
lua_pushboolean(L, FALSE);
if (lua_pcall(L, 6, 1, 0))
{
printf("Display callback error: UID %ld: %sn", dm->uid, lua_tostring(L, -1));
printf("Display callback error: UID %ld: %s\n", m->uid, lua_tostring(L, -1));
lua_pop(L, 1);
}
lua_pop(L, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment