Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2006, 1:34:31 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/new_class_id: slowly but surely reimplementing to the new groove… way to go

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/weapons/ammo_container.h

    r6671 r9684  
    2222  virtual ~AmmoContainer();
    2323
    24   bool operator=(ClassID projectileType) const { return (this->projectileType == projectileType); };
     24  bool operator=(int projectileType) const { return (this->projectileType == projectileType); };
    2525  ClassID getProjectileType() const { return this->projectileType; };
    2626
Note: See TracChangeset for help on using the changeset viewer.