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
3cadc473
Commit
3cadc473
authored
Apr 18, 2000
by
Steven Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Even more cleanups...
parent
5127a0d0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
543 deletions
+25
-543
TODO
src/TODO
+4
-0
id_ca.c
src/id_ca.c
+21
-537
id_ca.h
src/id_ca.h
+0
-2
wl_menu.c
src/wl_menu.c
+0
-4
No files found.
src/TODO
0 → 100644
View file @
3cadc473
* inconsistancy:
id_ca.c has code for setting the extension to load files
so does wl_menu.c
* would it not make sense to remove bufferseg from id_ca.c?
src/id_ca.c
View file @
3cadc473
This diff is collapsed.
Click to expand it.
src/id_ca.h
View file @
3cadc473
...
...
@@ -18,8 +18,6 @@ typedef struct
//===========================================================================
extern
char
audioname
[
13
];
extern
byte
*
tinf
;
extern
int
mapon
;
...
...
src/wl_menu.c
View file @
3cadc473
...
...
@@ -3898,8 +3898,6 @@ void CheckForEpisodes(void)
strcat
(
configname
,
extension
);
strcat
(
SaveName
,
extension
);
strcat
(
PageFileName
,
extension
);
strcat
(
audioname
,
extension
);
strcat
(
demoname
,
extension
);
EpisodeSelect
[
1
]
=
EpisodeSelect
[
2
]
=
EpisodeSelect
[
3
]
=
...
...
@@ -3973,6 +3971,4 @@ void CheckForEpisodes(void)
strcat
(
configname
,
extension
);
strcat
(
SaveName
,
extension
);
strcat
(
PageFileName
,
extension
);
strcat
(
audioname
,
extension
);
strcat
(
demoname
,
extension
);
}
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