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
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AJ Martinez
SRB2
Commits
68060b73
Commit
68060b73
authored
5 years ago
by
MascaraSnake
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a sound bug
parent
db7bd4d3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/info.c
+3
-3
3 additions, 3 deletions
src/info.c
with
3 additions
and
3 deletions
src/info.c
+
3
−
3
View file @
68060b73
...
...
@@ -2387,7 +2387,7 @@ state_t states[NUMSTATES] =
{SPR_BARX, 1|FF_FULLBRIGHT, 1, {NULL}, 0, 0, S_TNTBARREL_EXPL4}, // S_TNTBARREL_EXPL3
{SPR_BARX, 2|FF_FULLBRIGHT, 3, {NULL}, 0, 0, S_TNTBARREL_EXPL5}, // S_TNTBARREL_EXPL4
{SPR_BARX, 3|FF_FULLBRIGHT, 3, {NULL}, 0, 0, S_TNTBARREL_EXPL6}, // S_TNTBARREL_EXPL5
{SPR_NULL, 0,
-1
, {NULL}, 0, 0, S_NULL}, // S_TNTBARREL_EXPL6
{SPR_NULL, 0,
35
, {NULL}, 0, 0, S_NULL}, // S_TNTBARREL_EXPL6
{SPR_BARR, 1|FF_ANIMATE, -1, {NULL}, 7, 2, S_NULL}, // S_TNTBARREL_FLYING
// TNT proximity shell
...
...
@@ -5699,7 +5699,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
0, // display offset
0, // mass
0, // damage
sfx_
s3k8d,
// activesound
sfx_
None,
// activesound
MF_NOBLOCKMAP|MF_MISSILE, // flags
S_NULL // raisestate
},
...
...
@@ -11741,7 +11741,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
0, // display offset
100, // mass
0, // damage
sfx_
s3k8d,
// activesound
sfx_
None,
// activesound
MF_SOLID|MF_SHOOTABLE|MF_ENEMY|MF_PUSHABLE, // 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