Cleaned up boot.lua a tiny bit

This commit is contained in:
Alex Szpakowski
2013-08-08 03:19:54 -03:00
parent 7026ebb4c7
commit 73e9f327dc
3 changed files with 6 additions and 12 deletions
@@ -435,7 +435,7 @@ int w_newSpriteBatch(lua_State *L)
{
const char *usagestr = luaL_checkstring(L, 3);
if (!SpriteBatch::getConstant(usagestr, usage))
return luaL_error(L, "Invalid SpriteBatch usage: %s", usagestr);
return luaL_error(L, "Invalid SpriteBatch usage hint: %s", usagestr);
}
SpriteBatch *t = NULL;
try