updated error message

This commit is contained in:
turanszkij
2015-08-06 15:13:35 +02:00
parent ec77b3de7c
commit 5ff2f3e123
+1 -1
View File
@@ -29,7 +29,7 @@ int wiSound_BindLua::Play(lua_State* L)
{
if (sound == nullptr)
{
wiLua::SError(L, "Play(int delay) sound resource not loaded!");
wiLua::SError(L, "Play(opt int delay) sound resource not loaded!");
return 0;
}