Changeset 7729 in orxonox.OLD for trunk/src/lib/shell/shell_buffer.cc
- Timestamp:
- May 19, 2006, 3:07:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_buffer.cc
r7375 r7729 103 103 104 104 SDL_mutexP(ShellBuffer::bufferMutex); 105 #if DEBUG < 3105 #if DEBUG_LEVEL < 3 106 106 if (ShellBuffer::singletonRef == NULL) 107 107 #endif 108 108 vprintf(line, arguments); 109 #if DEBUG < 3109 #if DEBUG_LEVEL < 3 110 110 else 111 111 #else … … 180 180 181 181 /** 182 * displays some nice output from the Shell182 * @brief displays some nice output from the Shell 183 183 */ 184 184 void ShellBuffer::debug() const
Note: See TracChangeset
for help on using the changeset viewer.