nlassert.patch
b/code/ryzom/server/src/ai_share/world_map.cpp Mon May 17 10:25:30 2010 +0200 | ||
---|---|---|
623 | 623 |
{ |
624 | 624 |
#ifdef NL_DEBUG |
625 | 625 |
nlassert(wpos.getRootCell()==rootCell); |
626 |
nlassert(wpos.y()<=0 && wpos.x()>=0) |
|
626 |
nlassert(wpos.y()<=0 && wpos.x()>=0);
|
|
627 | 627 |
#endif |
628 | 628 |
rootCell->setWorldPosition(wpos, ind); |
629 | 629 |
ind++; |