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:
helixhorned 2009-07-30 18:44:09 +00:00
parent e5d6d9694f
commit a188f1600e

View file

@ -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)
{