- Timestamp:
- Nov 21, 2009, 12:57:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.cc
r6111 r6112 119 119 registerVariable(this->initialHealth_, VariableDirection::ToClient); 120 120 registerVariable(this->bReload_, VariableDirection::ToServer); 121 registerVariable(this->aimPosition_, Bidirectionality::ServerMaster, 0, true); 121 122 } 122 123
Note: See TracChangeset
for help on using the changeset viewer.