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
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vlad Doc
SRB2
Commits
952c8405
Commit
952c8405
authored
1 year ago
by
Sal
Browse files
Options
Downloads
Plain Diff
Merge branch 'gl-signpost-fix' into 'next'
Make HWR_AllowModel check for SPR2_SIGN instead of S_PLAY_SIGN Closes
#1066
See merge request
!2076
parents
205ab612
f4d944e4
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/hardware/hw_md2.c
+1
-1
1 addition, 1 deletion
src/hardware/hw_md2.c
with
1 addition
and
1 deletion
src/hardware/hw_md2.c
+
1
−
1
View file @
952c8405
...
@@ -1146,7 +1146,7 @@ static void HWR_GetBlendedTexture(patch_t *patch, patch_t *blendpatch, INT32 ski
...
@@ -1146,7 +1146,7 @@ static void HWR_GetBlendedTexture(patch_t *patch, patch_t *blendpatch, INT32 ski
static
boolean
HWR_AllowModel
(
mobj_t
*
mobj
)
static
boolean
HWR_AllowModel
(
mobj_t
*
mobj
)
{
{
// Signpost overlay. Not needed.
// Signpost overlay. Not needed.
if
(
mobj
->
s
tate
-
states
==
S_PLAY
_SIGN
)
if
(
mobj
->
s
prite2
==
SPR2
_SIGN
)
return
false
;
return
false
;
// Otherwise, render the model.
// Otherwise, render the model.
...
...
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