Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10194 in orxonox.OLD for branches/playability/src/util/hud.h


Ignore:
Timestamp:
Jan 8, 2007, 9:19:39 PM (19 years ago)
Author:
muellmic
Message:

implementing interface 'by hand' without still buggy packing-function. can't test with spaceship because of segfault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/util/hud.h

    r10139 r10194  
    5959  private:
    6060    void updateResolution();
    61     void createShipValuesBox();
     61    //void createShipValuesBox();
    6262
    6363private:
     
    6868  OrxGui::GLGuiWidget*     shieldWidget;
    6969  OrxGui::GLGuiWidget*     armorWidget;
    70   OrxGui::GLGuiBox*        shipValuesBox;
     70  //OrxGui::GLGuiBox*        shipValuesBox;
    7171
    7272  OrxGui::GLGuiNotifier*   notifier;
Note: See TracChangeset for help on using the changeset viewer.