Changeset 1477 for code/branches/network/src/orxonox/console
- Timestamp:
- May 29, 2008, 10:22:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/console/InGameConsole.cc
r1473 r1477 47 47 48 48 #define LINES 30 49 #define CHAR_WIDTH1 7. 34 // fix this please - determine the char-width dynamically49 #define CHAR_WIDTH1 7.78 //34 // fix this please - determine the char-width dynamically 50 50 #define CHAR_WIDTH2 8.28 // fix this please - determine the char-width dynamically 51 #define CHAR_WIDTH3 7. 78 // fix this please - determine the char-width dynamically51 #define CHAR_WIDTH3 7.80 //78 // fix this please - determine the char-width dynamically 52 52 53 53 namespace orxonox … … 465 465 static std::string char2 = "Z4"; 466 466 467 if (pos > maxCharsPerLine_)467 if (pos > (int)maxCharsPerLine_) 468 468 pos = maxCharsPerLine_; 469 469 else if (pos < 0)
Note: See TracChangeset
for help on using the changeset viewer.