Skip to content

Commit

Permalink
Fix weffc++ warning
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Feb 11, 2024
1 parent 52806e3 commit fa8974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Game::Game() : blocks(), entities(), blockParticles(), player(), gameState(State
createWorldError(false), renameWorldDuplError(false), settingsSelect(0), settingsPage(1), titleScreenSelect(0),
createWorldShowCursor(false), createWorldSelect(0), worldSettingsSelect(0), currentLocation(0),
logoFall(false), logoY(0), editControlsSelected(0), editControlsSetMode(false), settingsFromPause(false),
showFavorites(false), sndClick(soundEffect(SFX_CLICK)), sndPop(soundEffect(SFX_POP)), font(), fontRu(),
showFavorites(false), showPolygonRamCount(false), sndClick(soundEffect(SFX_CLICK)), sndPop(soundEffect(SFX_POP)), font(), fontRu(),
lang(Language::English)
{
instance = this;
Expand Down

0 comments on commit fa8974a

Please sign in to comment.