1
This commit is contained in:
parent
a4c4c02a6a
commit
3d0e7cc1bd
@ -3717,6 +3717,8 @@ void Room::CreateWorldObjects()
|
|||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
{
|
{
|
||||||
|
#ifdef DEBUG
|
||||||
|
#else
|
||||||
const mt::Hero* hero_meta = mt::Hero::GetById(std::get<1>(tuple));
|
const mt::Hero* hero_meta = mt::Hero::GetById(std::get<1>(tuple));
|
||||||
if (hero_meta) {
|
if (hero_meta) {
|
||||||
Position hero_pos;
|
Position hero_pos;
|
||||||
@ -3733,6 +3735,7 @@ void Room::CreateWorldObjects()
|
|||||||
dir,
|
dir,
|
||||||
team_id);
|
team_id);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user