Changeset 3293 for code/branches/core4/src/orxonox/gui
- Timestamp:
- Jul 14, 2009, 2:19:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/gui/GUIManager.cc
r3274 r3293 69 69 void logEvent(const CEGUI::String& message, CEGUI::LoggingLevel level = CEGUI::Standard) 70 70 { 71 int orxonoxLevel ;71 int orxonoxLevel = CEGUI::Standard; 72 72 switch (level) 73 73 {
Note: See TracChangeset
for help on using the changeset viewer.