Remove m_shots vector

This commit is contained in:
xethm55 2012-10-08 19:30:36 -04:00
parent fbfcea6bc9
commit 7dd1b1f66f

View File

@ -78,8 +78,6 @@ class Client
bool m_drawing_shot; bool m_drawing_shot;
float m_drawing_shot_distance; float m_drawing_shot_distance;
bool m_shot_fired; bool m_shot_fired;
std::list< refptr<Shot> > m_shots;
typedef std::list< refptr<Shot> >::iterator m_shots_iterator_t;
}; };
#endif #endif