1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Load unknown objects as "Nothing" object

This commit is contained in:
Ivan Savenko
2025-01-20 11:10:39 +00:00
parent e4505f20b9
commit baa9b1e312
2 changed files with 18 additions and 0 deletions

View File

@@ -405,6 +405,8 @@ public:
enum Type
{
NO_OBJ = -1,
NOTHING = 0,
ALTAR_OF_SACRIFICE [[deprecated]] = 2,
ANCHOR_POINT = 3,
ARENA = 4,