Changeset 10659 in orxonox.OLD for branches/vs-enhencements/src/util
- Timestamp:
- May 23, 2007, 7:31:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/util/hud.cc
r10516 r10659 348 348 overlayWidth = this->resX * (overlayPercentage)/(200); 349 349 else 350 overlayWidth = this->resX * 0.1;350 overlayWidth = this->resX / 10; // fixed warning! 351 351 //if (overlayWidth < 100) 352 352 //overlayWidth = 100;
Note: See TracChangeset
for help on using the changeset viewer.