Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2006, 10:03:19 PM (19 years ago)
Author:
marcscha
Message:

many additions, several fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/world_entity.h

    r10102 r10107  
    148148  void increaseHealthMax(float increaseHealth);
    149149  OrxGui::GLGuiWidget* getHealthWidget();
    150   bool hasHealthWidget() const { return this->healthWidget; };
     150  bool hasHealthWidget() const { return this->healthWidget != NULL; };
    151151
    152152  virtual void varChangeHandler( std::list<int> & id );
Note: See TracChangeset for help on using the changeset viewer.