Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
2877b432
Commit
2877b432
authored
20 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Add LOCAL option.
parent
3c575e39
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/doors/smurfcombat/smurf.c
+3
-0
3 additions, 0 deletions
src/doors/smurfcombat/smurf.c
src/doors/smurfcombat/smurf.doc
+6
-0
6 additions, 0 deletions
src/doors/smurfcombat/smurf.doc
with
9 additions
and
0 deletions
src/doors/smurfcombat/smurf.c
+
3
−
0
View file @
2877b432
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/doors/smurfcombat/smurf.doc
+
6
−
0
View file @
2877b432
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment