mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 00:11:01 +00:00
fixed compile error in server
This commit is contained in:
parent
0d14364947
commit
ec604d498a
@ -1,5 +1,7 @@
|
||||
#include "game.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
int game::id_num = 1;
|
||||
|
||||
game::game() : id_(id_num++), started_(false), description_(NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user