mirror of
https://github.com/XProger/OpenLara.git
synced 2025-09-02 01:22:43 +02:00
fix for some compilers
This commit is contained in:
@@ -3949,7 +3949,7 @@ namespace TR {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void initModelIndices(bool simpleItems) {
|
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 {
|
struct {
|
||||||
TR::Entity::Type src, dst;
|
TR::Entity::Type src, dst;
|
||||||
|
Reference in New Issue
Block a user