Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 11, 2005, 5:46:05 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: fight against the mighty segfault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/weapon_manager.h

    r4832 r4833  
    5656
    5757//! this is a weapon Configuration: it has up to 8 slots
    58 typedef struct weaponConfig {
     58typedef struct weaponConfig
     59{
    5960  bool           bUsed;                       //!< is set to true, if this configuration is
    6061  Weapon*        slots[8];
     
    7677
    7778    void fire();
    78     void tick(float sec);
     79    void tick(float dt);
    7980    void draw();
    8081
Note: See TracChangeset for help on using the changeset viewer.