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
82883df5
Commit
82883df5
authored
Apr 24, 2000
by
Steven Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc cleanups, added some credits
parent
bcd61803
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
5 deletions
+12
-5
TODO
src/TODO
+6
-0
misc.c
src/misc.c
+1
-0
wl_act2.c
src/wl_act2.c
+1
-1
wl_draw.c
src/wl_draw.c
+2
-3
wl_inter.c
src/wl_inter.c
+0
-1
wl_scale.c
src/wl_scale.c
+2
-0
No files found.
src/TODO
View file @
82883df5
...
...
@@ -65,3 +65,9 @@ Specific:
- Unable to find, doubtful if released
* spanish code goes
- Unable to find, doubtful if released
* no piracy message goes
- I think it's a bit useless, and anyone can remove it
* copy protection goes
- Who needs a manual to look at the source?
* time verification code goes
- The contest was killed before it was started.
src/misc.c
View file @
82883df5
...
...
@@ -11,6 +11,7 @@
static
struct
timeval
t0
;
static
long
tc0
;
/* From David Haslam -- dch@sirius.demon.co.uk */
void
set_TimeCount
(
unsigned
long
t
)
{
tc0
=
t
;
...
...
src/wl_act2.c
View file @
82883df5
...
...
@@ -1024,7 +1024,7 @@ void SpawnPatrol (enemy_t which, int tilex, int tiley, int dir)
new
->
obclass
=
guardobj
+
which
;
new
->
dir
=
dir
*
2
;
new
->
hitpoints
=
starthitpoints
[
gamestate
.
difficulty
][
which
];
new
->
distance
=
tileglobal
;
new
->
distance
=
TILEGLOBAL
;
new
->
flags
|=
FL_SHOOTABLE
;
new
->
active
=
true
;
...
...
src/wl_draw.c
View file @
82883df5
...
...
@@ -2,19 +2,18 @@
#include "wl_def.h"
/* Originally from David Haslam -- dch@sirius.demon.co.uk */
// the door is the last picture before the sprites
#define DOORWALL (PMSpriteStart-8)
#define ACTORSIZE 0x4000
long
lasttimecount
;
long
frameon
;
unsigned
wallheight
[
MAXVIEWWIDTH
];
fixed
tileglobal
=
TILEGLOBAL
;
#define mindist MINDIST
//
...
...
src/wl_inter.c
View file @
82883df5
...
...
@@ -1685,4 +1685,3 @@ void CopyProtection(void)
#endif // SPEARDEMO
#endif // SPEAR
//===========================================================================
src/wl_scale.c
View file @
82883df5
...
...
@@ -2,6 +2,8 @@
#include "wl_def.h"
/* Originally from David Haslam -- dch@sirius.demon.co.uk */
extern
unsigned
xoffset
,
yoffset
;
/*
...
...
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