Changeset 440
- Timestamp:
- 12/04/11 17:25:26 (6 months ago)
- Location:
- cafu/trunk
- Files:
-
- 4 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/MapHelperModel.cpp
r439 r440 229 229 void MapHelperModelT::UpdateModelCache() const 230 230 { 231 // This const_cast<> is a horrible hack -- we really should have a better means of getting a non-const GameConfigT here. 231 232 GameConfigT& GameConfig=const_cast<GameConfigT&>(m_ParentEntity->GetClass()->GetGameConfig()); 232 233
