src/Player.hh
changeset 235 0a0c729365ee
parent 233 ff4ecea83cf5
child 236 0048ba274152
--- a/src/Player.hh	Sat Dec 06 22:51:51 2008 +0000
+++ b/src/Player.hh	Sat Dec 06 23:29:06 2008 +0000
@@ -21,7 +21,7 @@
 
     protected:
         bool visible;
-        std::vector<Weapon> arsenal;
+        std::vector<Weapon> weapons;
         unsigned int selectedWeapon; //unsigned for x%sW not to fail
         bool changing;