diff options
Diffstat (limited to 'Minecraft.World/MonsterRoomFeature.h')
| -rw-r--r-- | Minecraft.World/MonsterRoomFeature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/MonsterRoomFeature.h b/Minecraft.World/MonsterRoomFeature.h index 88304ad6..81eeafde 100644 --- a/Minecraft.World/MonsterRoomFeature.h +++ b/Minecraft.World/MonsterRoomFeature.h @@ -11,6 +11,6 @@ public: virtual bool place(Level *level, Random *random, int x, int y, int z); private: - shared_ptr<ItemInstance> randomItem(Random *random); + std::shared_ptr<ItemInstance> randomItem(Random *random); wstring randomEntityId(Random *random); }; |
