- some reformatting on exit code, mainly to make searching for the content easier.
This commit is contained in:
parent
f3219ca979
commit
86ab366958
25 changed files with 55 additions and 50 deletions
|
|
@ -101,12 +101,12 @@ bool CheckCheatmode (bool printmsg)
|
|||
|
||||
CCMD (quit)
|
||||
{
|
||||
if (!insave) exit (0);
|
||||
if (!insave) exit(0);
|
||||
}
|
||||
|
||||
CCMD (exit)
|
||||
{
|
||||
if (!insave) exit (0);
|
||||
if (!insave) exit(0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue