Changeset 9185 in orxonox.OLD for branches/presentation/src/world_entities/weapons
- Timestamp:
- Jul 5, 2006, 6:43:09 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/aiming_system.cc
r9184 r9185 54 54 void AimingSystem::init() 55 55 { 56 this->setClassID(CL_ CROSSHAIR, "AimingSystem");56 this->setClassID(CL_AIMING_SYSTEM, "AimingSystem"); 57 57 this->setName("AimingSystem"); 58 58 … … 118 118 { 119 119 this->selectionList.push_back(killer); 120 121 PRINTF(0)("hit hit hit, got: %s\n", killer->getClassName()); 120 122 } 121 123
Note: See TracChangeset
for help on using the changeset viewer.