GameLogic - fixed some minor merging errors
This commit is contained in:
commit
ab2a3a3892
|
@ -20,9 +20,9 @@ void Game::PlayerData::Move(const PLAYER_MOVEMENT &movement)
|
|||
{
|
||||
this->player->Move(movement);
|
||||
}
|
||||
void Game::PlayerData::UseWeapon(int playerID, const WEAPON_FIRE &usage)
|
||||
void Game::PlayerData::UseWeapon(const WEAPON_FIRE &usage)
|
||||
{
|
||||
|
||||
this->player->UseWeapon(usage);
|
||||
}
|
||||
Oyster::Math::Float3 Game::PlayerData::GetPosition()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue