Changeset 879
- Timestamp:
- 02/28/10 23:37:13 (5 months ago)
- Location:
- trunk/client/Game2
- Files:
-
- 3 modified
-
Console.cpp (modified) (1 diff)
-
Console.h (modified) (1 diff)
-
GameApp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/Game2/Console.cpp
r703 r879 64 64 chunk.reserve(1024); 65 65 logStream = boost::shared_ptr<std::ostream>(new LogStream(this)); 66 Init();67 66 } 68 67 -
trunk/client/Game2/Console.h
r703 r879 43 43 virtual ~Console(); 44 44 45 p rivate:45 public: 46 46 void Init(); 47 47 protected: -
trunk/client/Game2/GameApp.cpp
r878 r879 1537 1537 if (Config::GetInstance()->runtime.enableConsole) { 1538 1538 highConsole = new HighConsole(); 1539 highConsole->Init(); 1539 1540 } 1540 1541
