1
This commit is contained in:
parent
f744e32e87
commit
c1110117bb
@ -1640,6 +1640,11 @@ BornPoint* Room::AllocBornPoint(Human* hum)
|
|||||||
if (born_point) {
|
if (born_point) {
|
||||||
IncBornPointHumanNum(born_point, hum);
|
IncBornPointHumanNum(born_point, hum);
|
||||||
}
|
}
|
||||||
|
#ifdef DEBUG
|
||||||
|
if (!born_point) {
|
||||||
|
abort();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
return born_point;
|
return born_point;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user