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
7df8774f
Commit
7df8774f
authored
Apr 18, 2000
by
Steven Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More work on id_ca.c
parent
25227641
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
89 additions
and
308 deletions
+89
-308
id_ca.c
src/id_ca.c
+81
-291
id_heads.h
src/id_heads.h
+1
-1
mapswlf.h
src/mapswlf.h
+0
-16
version.h
src/version.h
+7
-0
No files found.
src/id_ca.c
View file @
7df8774f
This diff is collapsed.
Click to expand it.
src/id_heads.h
View file @
7df8774f
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#define PACKED __attribute__((packed))
#define PACKED __attribute__((packed))
#ifndef O_BINARY
#ifndef O_BINARY
#define O_BINARY
#define O_BINARY
0
#endif
#endif
...
...
src/mapswlf.h
deleted
100644 → 0
View file @
25227641
///////////////////////////////////////
//
// TED5 Map Header for WLF
//
///////////////////////////////////////
//
// Map Names
//
typedef
enum
{
LEVEL_ONE_MAP
,
// 0
LEVEL_TWO_MAP
,
// 1
LEVEL_THREE_MAP
,
// 2
LEVEL_FOUR_MAP
,
// 3
LASTMAP
}
mapnames
;
src/version.h
View file @
7df8774f
#ifndef __VERSION_H__
#define __VERSION_H__
//#define SPEAR
//#define SPEAR
//#define JAPAN
//#define JAPAN
#define GOODTIMES
#define GOODTIMES
...
@@ -7,3 +10,7 @@
...
@@ -7,3 +10,7 @@
//#define DEBCHECK
//#define DEBCHECK
#define CARMACIZED
#define CARMACIZED
//#define UPLOAD
//#define UPLOAD
#elif
#error "fix me: TODO"
#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