1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-02-24 15:32:30 +01:00

fix for some compilers

This commit is contained in:
XProger 2018-11-23 14:36:37 +03:00
parent 77a7131ffb
commit 416514e318

View File

@ -3949,7 +3949,7 @@ namespace TR {
}
void initModelIndices(bool simpleItems) {
#define OVERRIDE(a) { TR::Entity::##a, TR::Entity::INV_##a }
#define OVERRIDE(TYPE) { TR::Entity::TYPE, TR::Entity::INV_##TYPE }
struct {
TR::Entity::Type src, dst;