Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
bcd90021
Commit
bcd90021
authored
3 years ago
by
sphere
Browse files
Options
Downloads
Plain Diff
Merge branch 'nightopian-fix' into 'next'
Fix Nightopians See merge request
STJr/SRB2!1703
parents
547b08df
86511234
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1703
Fix Nightopians
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/info.c
+4
-4
4 additions, 4 deletions
src/info.c
with
4 additions
and
4 deletions
src/info.c
+
4
−
4
View file @
bcd90021
...
...
@@ -3743,7 +3743,7 @@ state_t states[NUMSTATES] =
{SPR_NTPN, 3, 4, {NULL}, 0, 0, S_PIAN5}, // S_PIAN4
{SPR_NTPN, 2, 4, {NULL}, 0, 0, S_PIAN6}, // S_PIAN5
{SPR_NTPN, 1, 4, {NULL}, 0, 0, S_PIAN1}, // S_PIAN6
{SPR_NTPN,
5
|FF_ANIMATE, 4, {NULL}, 1, 4, S_PIAN1}, // S_PIANSING
{SPR_NTPN,
4
|FF_ANIMATE,
2
4, {NULL}, 1, 4, S_PIAN1}, // S_PIANSING
// Shleep
{SPR_SHLP, 0, 15, {NULL}, 0, 0, S_SHLEEP2}, // S_SHLEEP1
...
...
@@ -20128,8 +20128,8 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
S_NULL, // painstate
200, // painchance
sfx_None, // painsound
S_
PIANSING,
// meleestate
S_
NULL,
// missilestate
S_
NULL,
// meleestate
S_
PIANSING,
// missilestate
S_NULL, // deathstate
S_NULL, // xdeathstate
sfx_None, // deathsound
...
...
@@ -20140,7 +20140,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
16, // mass
0, // damage
sfx_None, // activesound
MF_SLIDEME|MF_
ENEMY|MF_SPECIAL|MF_SHOOTABLE
|MF_NOGRAVITY, // flags
MF_SLIDEME|MF_
SPECIAL
|MF_NOGRAVITY, // flags
S_NULL // raisestate
},
...
...
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