Remove m_shots vector
This commit is contained in:
parent
fbfcea6bc9
commit
7dd1b1f66f
@ -78,8 +78,6 @@ class Client
|
||||
bool m_drawing_shot;
|
||||
float m_drawing_shot_distance;
|
||||
bool m_shot_fired;
|
||||
std::list< refptr<Shot> > m_shots;
|
||||
typedef std::list< refptr<Shot> >::iterator m_shots_iterator_t;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user