make games and quests work on gc

This commit is contained in:
Martin Michelsen
2018-11-12 11:06:10 -08:00
parent 89fde4d25f
commit 02d43ce22b
13 changed files with 294 additions and 206 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ enum LobbyFlag {
struct Lobby {
mutable rw_lock lock;
uint64_t lobby_id;
uint32_t lobby_id;
uint32_t min_level;
uint32_t max_level;