diff options
author | aap <aap@papnet.eu> | 2019-06-20 14:49:16 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-20 14:49:16 +0200 |
commit | 922c73eeee7ef01ef2a10fa16e5bac3d3e31aa78 (patch) | |
tree | 11c8022d1c2240f807c16aa48137aa79f1466511 /src/entities/Building.cpp | |
parent | 109cde810c7b6115f864cf3e5005111c17284ab9 (diff) |
started CStreaming
Diffstat (limited to 'src/entities/Building.cpp')
-rw-r--r-- | src/entities/Building.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Building.cpp b/src/entities/Building.cpp index ef236e89..9e56b3a2 100644 --- a/src/entities/Building.cpp +++ b/src/entities/Building.cpp @@ -18,7 +18,7 @@ CBuilding::ReplaceWithNewModel(int32 id) if(bIsBIGBuilding) if(m_level == LEVEL_NONE || m_level == CGame::currLevel) - CStreaming::RequestModel(id, STREAM_DONT_REMOVE); + CStreaming::RequestModel(id, STREAMFLAGS_DONT_REMOVE); } STARTPATCHES |