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