Changeset 440

Show
Ignore:
Timestamp:
12/04/11 17:25:26 (6 months ago)
Author:
Carsten
Message:

Added collision models for the newly (r436) added terminal models.

Location:
cafu/trunk
Files:
4 added
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/CaWE/MapHelperModel.cpp

    r439 r440  
    229229void MapHelperModelT::UpdateModelCache() const 
    230230{ 
     231    // This const_cast<> is a horrible hack -- we really should have a better means of getting a non-const GameConfigT here. 
    231232    GameConfigT& GameConfig=const_cast<GameConfigT&>(m_ParentEntity->GetClass()->GetGameConfig()); 
    232233