Minor fixes.
This commit is contained in:
parent
ac733404e1
commit
858d247893
10 changed files with 37 additions and 57 deletions
|
|
@ -170,13 +170,8 @@ public:
|
|||
return m_weapons.begin ();
|
||||
}
|
||||
|
||||
// set's the weapon properties
|
||||
void setWeaponProp (WeaponProp prop) {
|
||||
m_weaponProps[prop.id] = cr::move (prop);
|
||||
}
|
||||
|
||||
// get's the weapons prop
|
||||
const WeaponProp &getWeaponProp (int id) const {
|
||||
WeaponProp &getWeaponProp (int id) {
|
||||
return m_weaponProps[id];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue