Changeset 3293 for code/branches/core4/src/orxonox
- Timestamp:
- Jul 14, 2009, 2:19:57 PM (15 years ago)
- Location:
- code/branches/core4/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/LevelManager.h
r3249 r3293 34 34 #include <cassert> 35 35 #include <list> 36 #include <string> 36 37 #include "core/OrxonoxClass.h" 37 38 -
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.