- Timestamp:
- Jul 21, 2006, 11:57:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/weapons/aiming_system.cc
r9377 r9379 91 91 92 92 93 for( int i = 0; i < this->selectionList.size(); i++)93 for(unsigned int i = 0; i < this->selectionList.size(); i++) 94 94 { 95 95 distance = fabs((this->getAbsCoor() - this->selectionList[i]->getAbsCoor()).len());
Note: See TracChangeset
for help on using the changeset viewer.