Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10519 in orxonox.OLD for trunk/src/world_entities/bsp_entity.h


Ignore:
Timestamp:
Jan 30, 2007, 9:51:21 PM (17 years ago)
Author:
patrick
Message:

emitter fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/bsp_entity.h

    r10033 r10519  
    2626
    2727  void setName(const std::string& name);
     28  void setTransparency(int sort, int sortMore = 0);
    2829
    2930  void init();
     
    4445   std::string name_write;             //!< temp variable to store name
    4546   int name_handle;                    //!< handle for name
    46 
     47   int sortTransparency;              //!< sort transparent textures
     48   int sortTransparencyMore;          //!< sort transparent textures better
    4749};
    4850
Note: See TracChangeset for help on using the changeset viewer.