Skip to content
Snippets Groups Projects
Commit 9880a299 authored by deuce's avatar deuce
Browse files

Remove the free money menu option.

parent ab0e3490
No related branches found
No related tags found
No related merge requests found
......@@ -252,9 +252,11 @@ getcommand(void)
enterpointer = 0;
what();
newplayer(2);
#ifdef ALLOW_CHEATING
} else if (bbsinkey == '$' && enterpointer == 1) {
what();
smurfmoney[thisuserno] += 1000000;
#endif
} else if (bbsinkey == 'S' && enterpointer == 1 && od_control.user_num == 1) {
enterpointer = 0;
maint(2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment