Changeset 5092 in orxonox.OLD for trunk/src/util/shell.cc
- Timestamp:
- Aug 21, 2005, 10:17:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.cc
r5090 r5092 132 132 va_start(arguments, line); 133 133 134 #if DEBUG >3134 #if DEBUG < 3 135 135 if (Shell::singletonRef == NULL) 136 136 #endif 137 137 138 138 vprintf(line, arguments); 139 #if DEBUG >3139 #if DEBUG < 3 140 140 else 141 #else 142 if (Shell::singletonRef != NULL) 141 143 #endif 142 144 Shell::singletonRef->addBufferLine(line, arguments);
Note: See TracChangeset
for help on using the changeset viewer.