Changeset 1784 for code/trunk/src/orxonox/overlays/console
- Timestamp:
- Sep 15, 2008, 10:54:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/console/InGameConsole.cc
r1755 r1784 50 50 #include "GraphicsEngine.h" 51 51 52 #define LINES 3053 #define CHAR_WIDTH 7.45 // fix this please - determine the char-width dynamically54 55 52 namespace orxonox 56 53 { 54 const int LINES = 30; 55 const float CHAR_WIDTH = 7.45f; // fix this please - determine the char-width dynamically 56 57 57 SetConsoleCommand(InGameConsole, openConsole, true); 58 58 SetConsoleCommand(InGameConsole, closeConsole, true);
Note: See TracChangeset
for help on using the changeset viewer.