mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Remove few more implicit conversions
This commit is contained in:
@@ -43,8 +43,8 @@ class DLL_LINKAGE ObjectTemplate
|
||||
|
||||
public:
|
||||
/// H3 ID/subID of this object
|
||||
Obj id;
|
||||
si32 subid;
|
||||
MapObjectID id;
|
||||
MapObjectSubID subid;
|
||||
/// print priority, objects with higher priority will be print first, below everything else
|
||||
si32 printPriority;
|
||||
/// animation file that should be used to display object
|
||||
|
||||
Reference in New Issue
Block a user