Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndra55 committed Nov 9, 2024
1 parent 8351489 commit 6730046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ STracker* Game::GetStreamTracker() noexcept
void Game::SwitchPlayerCharacter() noexcept
{
#ifndef TR8
PLAYER_DebugSwitchPlayerCharacter()
PLAYER_DebugSwitchPlayerCharacter();
#else
// Switch the player costume with costume index 12, this costume has an empty object id
// which allows us to fallback to the default behavior
Expand All @@ -31,7 +31,7 @@ void Game::SwitchPlayerCharacter() noexcept
NtUnlockableCostume_ScriptType::SwitchPlayerCostume(&costume);

// Post to birth the player weapons
INSTANCE_Post(Game::GetPlayerInstance(), 35, 1);
INSTANCE_Post(Game::GetPlayerInstance(), 35, 0);
#endif
}

Expand Down

0 comments on commit 6730046

Please sign in to comment.