Clean a comment
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6239 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ce861b15be4abbb696f533fdbfbd2bfd9708117b Former-commit-id: f29bcf18f355490a52fb10f98dd02fcc0695a006
This commit is contained in:
parent
9a180c82c2
commit
b97fc01a35
1 changed files with 0 additions and 1 deletions
|
@ -1878,7 +1878,6 @@ cGrBoard::grDispDashboard()
|
|||
grSetupDrawingArea(x1, y1, x1 + 32 * dx, y1 - dy);
|
||||
|
||||
// Write information
|
||||
//if (dashboardFlag % 2) {//TEST condition
|
||||
if (car_->_dashboardActiveItem < car_->_dashboardInstantNb) {
|
||||
GfuiDrawString(buf1, normal_color_, GFUI_FONT_LARGE_C, x1, y1 - dy, 16 * dx, GFUI_ALIGN_HR);
|
||||
GfuiDrawString(buf2, danger_color_, GFUI_FONT_LARGE_C, x1 + 16 * dx, y1 - dy, 8 * dx, GFUI_ALIGN_HR);
|
||||
|
|
Loading…
Reference in a new issue