Changeset 6716 for code/branches/hudelements/src/orxonox/gamestates
- Timestamp:
- Apr 13, 2010, 2:31:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hudelements/src/orxonox/gamestates/GSGraphics.cc
r6417 r6716 39 39 #include "core/Game.h" 40 40 #include "core/GUIManager.h" 41 // HACK:42 #include "overlays/Map.h"43 41 44 42 namespace orxonox … … 73 71 void GSGraphics::deactivate() 74 72 { 75 // HACK: (destroys a resource smart pointer) 76 Map::hackDestroyMap(); 73 77 74 } 78 75
Note: See TracChangeset
for help on using the changeset viewer.