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:
parent
77a7131ffb
commit
416514e318
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user