fix compiler warning
This commit is contained in:
parent
d73d32e8e2
commit
f9d8a9a0ab
1 changed files with 0 additions and 1 deletions
|
@ -5235,7 +5235,6 @@ bool game_lua_kernel::run_wml_conditional(std::string const &cmd, vconfig const
|
|||
*/
|
||||
bool game_lua_kernel::run_filter(char const *name, const map_location& l)
|
||||
{
|
||||
lua_State *L = mState;
|
||||
lua_pushinteger(mState, l.x + 1);
|
||||
lua_pushinteger(mState, l.y + 1);
|
||||
return run_filter(name, 2);
|
||||
|
|
Loading…
Add table
Reference in a new issue