Remove m_shots vector
This commit is contained in:
parent
fbfcea6bc9
commit
7dd1b1f66f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user