X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=cheat.c;h=b07b1021c1f875d423a784abaac02dbb13c93fcd;hp=c8eae38101229995d968bf10f6931e142af55693;hb=adab8e21904dc79932eede14dbac8d6cfa710426;hpb=2d71fe813793334a0e2c46d8b942dba9a5aff208 diff --git a/cheat.c b/cheat.c index c8eae38..b07b102 100644 --- a/cheat.c +++ b/cheat.c @@ -19,8 +19,8 @@ int main(int argc, char *argv[]) // Initialize game variables initialise(); - - /* we're generating a saved game, so saved once by default, + + /* we're generating a saved game, so saved once by default, * unless overridden with command-line options below. */ game.saved = 1;