mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 06:32:37 +00:00
fix of bug reported by DanM
git-svn-id: https://svn.eduke32.com/eduke32@1480 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e5d6d9694f
commit
a188f1600e
1 changed files with 2 additions and 2 deletions
|
@ -6936,8 +6936,8 @@ static void Keys3d(void)
|
|||
temphitag = sprite[searchwall].hitag;
|
||||
tempextra = sprite[searchwall].extra;
|
||||
tempxvel = sprite[searchwall].xvel;
|
||||
tempyvel = sprite[searchwall].zvel;
|
||||
tempzvel = sprite[searchwall].xvel;
|
||||
tempyvel = sprite[searchwall].yvel;
|
||||
tempzvel = sprite[searchwall].zvel;
|
||||
}
|
||||
if (searchstat == 4)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue