Changeset 9ba9b96 in network-game for common/Projectile.cpp
- Timestamp:
- Jan 20, 2014, 4:59:34 PM (11 years ago)
- Branches:
- master
- Children:
- 949cf70
- Parents:
- d998572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Projectile.cpp
rd998572 r9ba9b96 45 45 } 46 46 47 void Projectile::setId( int id)47 void Projectile::setId(unsigned int id) 48 48 { 49 49 this->id = id;
Note:
See TracChangeset
for help on using the changeset viewer.