Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Nov 18, 2019
1 parent 45a33e6 commit 1db9d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripting/game_lua_kernel.cpp
Expand Up @@ -776,7 +776,6 @@ int game_lua_kernel::intf_set_variable(lua_State *L)

int game_lua_kernel::intf_create_side(lua_State *L)
{
int new_side_num = board().teams().size() + 1;
config cfg = luaW_checkconfig(L, 1);
game_state_.add_side_wml(cfg);

Expand Down

0 comments on commit 1db9d63

Please sign in to comment.