Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10771 in orxonox.OLD for branches/presentation/src/util/hud.cc


Ignore:
Timestamp:
Jun 27, 2007, 7:01:08 PM (17 years ago)
Author:
nicolasc
Message:

huge diff
cleaned the individual weapons, moved stuff to weapon.{cc,h}
and some minor fixes which popped up then and when

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/util/hud.cc

    r10766 r10771  
    846846        std::list<OrxGui::GLGuiEnergyWidgetVertical*>::iterator weaponWidget;
    847847        Vector2D pos = Vector2D(overlayWidth, 0.4*this->resY);
    848         float largestWidgetSizeX = 0;
     848//      float largestWidgetSizeX = 0; //unused variable
    849849
    850850        for (weaponWidget = this->weaponsWidgetsPrim.begin(); weaponWidget != this->weaponsWidgetsPrim.end(); weaponWidget++)
Note: See TracChangeset for help on using the changeset viewer.