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
27e1ee71
Commit
27e1ee71
authored
11 months ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
Fix
#1248
parent
47bcad4a
No related branches found
No related tags found
1 merge request
!2452
Fix #1248
Pipeline
#3839
passed
11 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/p_maputl.c
+1
-1
1 addition, 1 deletion
src/p_maputl.c
with
1 addition
and
1 deletion
src/p_maputl.c
+
1
−
1
View file @
27e1ee71
...
...
@@ -501,7 +501,7 @@ void P_LineOpening(line_t *linedef, mobj_t *mobj)
if
(
texnum
)
{
// Get the midtexture's height
texheight
=
texture
s
[
texnum
]
->
height
<<
FRACBITS
;
texheight
=
FixedDiv
(
texture
height
[
texnum
]
,
abs
(
side
->
scaley_mid
))
;
// Set texbottom and textop to the Z coordinates of the texture's boundaries
#if 0
...
...
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