1
This commit is contained in:
parent
596e683113
commit
283d200fe6
@ -125,6 +125,12 @@ void MapInstance::CreateThings()
|
||||
spawn_points_hash[thing_tpl.i->name()] = &thing_tpl;
|
||||
}
|
||||
break;
|
||||
case kMOT_MonsterSpawnPoint:
|
||||
{
|
||||
normal_room_monster_spawn_points_.push_back(&thing_tpl);
|
||||
mini_room_monster_spawn_points_.push_back(&thing_tpl);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
abort();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user