Make codacy happy

This commit is contained in:
Linus_Probert 2018-02-16 11:15:29 +01:00
parent a4df4c6079
commit f758f162e9
1 changed files with 0 additions and 3 deletions

View File

@ -158,9 +158,6 @@ int l_tile_occupied(lua_State *L)
int x, y;
bool response = false;
tile = NULL;
decor = NULL;
map = luaL_checkmap(L, 1);
x = (int) luaL_checkinteger(L, 2);
y = (int) luaL_checkinteger(L, 3);