Skip to content

Commit

Permalink
fixed help text
Browse files Browse the repository at this point in the history
The help message still contained "--loadlevel", but the flag is called "--startlevel"
so I renamed it.
  • Loading branch information
Mia75owo committed Mar 3, 2024
1 parent 36d3e79 commit 7764a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Hurrican/src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ void FillCommandLineParams(int argc, char *args[]) {
Protokoll << " i.e. music, sound, graphics, levels, etc.\n";
Protokoll << " -PS x, --pathsave x : Use this path for the game's save data\n";
Protokoll << " i.e. save-games, settings, high-scores, etc.\n";
Protokoll << " -LL x, --loadlevel x : Directly start into the level x\n";
Protokoll << " -LL x, --startlevel x : Directly start into the level x\n";
Protokoll << " (where x is the path to a .map file)\n";
Protokoll << " This should mainly be used for debug purposes.\n";
Protokoll << " -C, --crt : Simulate all CRT effects (except noise) for a retro look\n";
Protokoll << " --scanlines : CRT effects: enable scanlines\n";
Expand Down

0 comments on commit 7764a44

Please sign in to comment.