Changeset 9684 in orxonox.OLD for branches/new_class_id/src/world_entities
- Timestamp:
- Aug 22, 2006, 1:34:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/weapons/ammo_container.h
r6671 r9684 22 22 virtual ~AmmoContainer(); 23 23 24 bool operator=( ClassIDprojectileType) const { return (this->projectileType == projectileType); };24 bool operator=(int projectileType) const { return (this->projectileType == projectileType); }; 25 25 ClassID getProjectileType() const { return this->projectileType; }; 26 26
Note: See TracChangeset
for help on using the changeset viewer.