Ticket #194 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

A few missing ANGLE2SHORT's in g_physics.c

Reported by: jdolan Owned by: jdolan
Priority: major Component: quake2world
Keywords: Cc: wickedshell

Description

There are at least two additional occurrences of setting delta angles as Euler values rather than calling ANGLE2SHORT on them. One of these has already been fixed, allowing players to be rotated when standing on a func_rotating. See r1531.

Change History

Changed 14 months ago by jdolan

  • status changed from new to closed
  • resolution set to fixed

r1539 was committed against this. There were no missing ANGLE2SHORT's; what was misleading is that the temporary structure that holds delta_angles was using floats when in fact it stores shorts.

Note: See TracTickets for help on using tickets.