1
This commit is contained in:
commit
69cf258168
@ -27,9 +27,11 @@ void MapMgr::Init()
|
||||
} else {
|
||||
abort();
|
||||
}
|
||||
#if 0
|
||||
if (mode_hash_.find(kZombieMode) == mode_hash_.end()) {
|
||||
abort();
|
||||
}
|
||||
#endif
|
||||
if (mode_hash_.find(kChiJiMode) == mode_hash_.end()) {
|
||||
abort();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user