Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10659 in orxonox.OLD for branches/vs-enhencements/src/util/hud.cc


Ignore:
Timestamp:
May 23, 2007, 7:31:23 PM (17 years ago)
Author:
nicolasc
Message:

initial modularisation in spaceship config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/util/hud.cc

    r10516 r10659  
    348348    overlayWidth = this->resX * (overlayPercentage)/(200);
    349349  else
    350     overlayWidth = this->resX * 0.1;
     350    overlayWidth = this->resX / 10; // fixed warning!
    351351  //if (overlayWidth < 100)
    352352    //overlayWidth = 100;
Note: See TracChangeset for help on using the changeset viewer.