Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wolf3d
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
wolf3d
Commits
76fb0b94
Commit
76fb0b94
authored
Apr 03, 2003
by
Steven Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
old version.h comment changes...
parent
77a07f8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
version.h
src/version.h
+15
-6
No files found.
src/version.h
View file @
76fb0b94
#ifndef __VERSION_H__
#define __VERSION_H__
/* Change WMODE to point to the executable you would like to build: */
/* WL1 = 0 */
/* WL6 = 1 */
/* SDM = 2 */
/* SOD = 3 */
/* WL3 not supported */
/*
Change WMODE to point to the executable you would like to build:
WL1 (Wolfenstein 3D Shareware): 0
WL6 (Wolfenstein 3D Retail): 1
SDM (Spear of Destiny Demo): 2
SOD (Spear of Destiny Retail): 3
WL3 not yet supported.
*/
/*
The default is 0 (WL1).
Change this to match the version you have (see above).
*/
#ifndef WMODE
#define WMODE 0
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment