Skip to content

Commit

Permalink
Changed the non-release text to be development
Browse files Browse the repository at this point in the history
as I think that's nicer
  • Loading branch information
hhyyrylainen committed Feb 15, 2019
1 parent 437b92f commit 0a3e4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ThriveGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class ThriveGame::Implementation {
ThriveGame::ThriveGame()
{
#ifndef MAKE_RELEASE
LOG_INFO("Enabling cheats because this is a non-release build");
LOG_INFO("Enabling cheats because this is a development build");
m_cheatsEnabled = true;
#endif // MAKE_RELEASE

Expand All @@ -186,7 +186,7 @@ std::string
{
return "Thrive " GAME_VERSIONS
#ifndef MAKE_RELEASE
" (non-release)"
" (development)"
#endif
;
}
Expand Down

0 comments on commit 0a3e4cb

Please sign in to comment.