Changes between Version 4 and Version 5 of cgame
- Timestamp:
- 2010-07-05 12:08:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cgame
v4 v5 83 83 * ps/World.h: m_World(new CWorld(this)): initialize [wiki:CWorld world] environment. 84 84 * m_Simulation2(new CSimulation2(&m_World->GetUnitManager(), m_World->GetTerrain())): initialize [wiki:CSimluation2 simluation2]. 85 * m_Simulation2->LoadDefaultScripts(): load [wiki:m_simulation2_load_default_scripts scripts]required by the game.85 * m_Simulation2->LoadDefaultScripts(): load scripts required by the game. 86 86
