Skip to content
Snippets Groups Projects
Commit 2877b432 authored by deuce's avatar deuce
Browse files

Add LOCAL option.

parent 3c575e39
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,9 @@ char* argv[100];
__CNV__main();
exit(0);
}
if (argc > 1 && strnicmp(argv[1], "LOCAL", 5) == 0) {
od_control.od_force_local=TRUE;
}
#ifdef TODO_LOCAL_DISPLAY
__mess(5);
#endif
......
......@@ -46,6 +46,12 @@ Any checks or money orders MUST be addressed to 'CASH' or 'Laurence Maar'
o CALLINFO.BBS, EXITINFO.BBS. o
o o
o o
o STARTING IN LOCAL MODE o
o ====================== o
o To start Smurf Combat in local mode, simply type the following: o
o C:\BBS\SMURF\> smurf local o
o o
o o
o STARTING A NEW GAME (REROLL) o
o ============================ o
o Because i'm running outta time here, i'm NOT GOING TO TELL YOU HOW TO o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment