Poll McSocket
This commit is contained in:
		| @@ -7,7 +7,7 @@ Bullet::Bullet(Vector3f pos, Vector3f dir, uint64_t tid): m_startpos(pos), m_cur | ||||
|  | ||||
| Bullet::~Bullet() {} | ||||
|  | ||||
| bool Bullet::Update(World* world, float elapsedtime, int perframe, std::map<uint64_t, Player*> mapPlayer) { | ||||
| bool Bullet::Update(World* world, float elapsedtime, int perframe, std::unordered_map<uint64_t, Player*> mapPlayer) { | ||||
| 	int max = 100 / perframe; | ||||
| 	float damage = 0.057f; | ||||
| 	for (int x = 0; x < max; ++x) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user