Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
074a5d63
Commit
074a5d63
authored
Aug 25, 2022
by
Richard Gobeille
Browse files
engine: fix warning
parent
5430325d
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/src/engine.cpp
View file @
074a5d63
...
...
@@ -6690,7 +6690,7 @@ next_most:
if
((
tspr
->
cstat
&
48
)
==
16
)
{
const
int32_t
xspan
=
tilesiz
[
tilenum
].
x
;
const
int32_t
yspan
=
tilesiz
[
tilenum
].
y
;
//
const int32_t yspan = tilesiz[tilenum].y;
const
int32_t
xv
=
tspr
->
xrepeat
*
sintable
[(
tspr
->
ang
+
2560
+
1536
)
&
2047
];
const
int32_t
yv
=
tspr
->
xrepeat
*
sintable
[(
tspr
->
ang
+
2048
+
1536
)
&
2047
];
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment