Changeset 7362 for code/branches/notifications/src
- Timestamp:
- Sep 5, 2010, 11:11:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/notifications/src/modules/notifications/NotificationManager.cc
r7360 r7362 64 64 this->highestIndex_ = 0; 65 65 66 ModifyConsoleCommand("enterEditMode").setObject(this); 67 66 68 if(GameMode::showsGraphics()) 67 69 { … … 79 81 NotificationManager::~NotificationManager() 80 82 { 81 83 ModifyConsoleCommand("enterEditMode").setObject(NULL); 82 84 } 83 85 … … 310 312 void NotificationManager::enterEditMode(void) 311 313 { 314 GUIManager::getInstance().hideGUI("NotificationLayer"); 315 GUIManager::getInstance().showGUI("NotificationLayer", false, false); 312 316 GUIManager::getInstance().getLuaState()->doString("NotificationLayer.enterEditMode()"); 313 317 }
Note: See TracChangeset
for help on using the changeset viewer.