diff options
| author | megamage <none@none> | 2009-04-22 17:50:26 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-22 17:50:26 -0500 |
| commit | 1cd8ea8c1abbb1b110a0af36b60ec9d17c608da3 (patch) | |
| tree | 6c0f408e0d8e6e5d7a105cb2addc252c6b7a6c95 /src/game/Unit.h | |
| parent | 06667c40dd0eb6858247b7fdfbd6156a46acd8b6 (diff) | |
*Fix some bugs about vehicle.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.h')
| -rw-r--r-- | src/game/Unit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index fa02de0f5f8..26b2acb0220 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -668,7 +668,7 @@ struct MovementInfo // last fall time uint32 fallTime; // jumping - float j_unk, j_sinAngle, j_cosAngle, j_xyspeed; + float j_zspeed, j_sinAngle, j_cosAngle, j_xyspeed; // spline float u_unk1; @@ -677,7 +677,7 @@ struct MovementInfo flags = 0; time = t_time = fallTime = 0; unk1 = 0; - x = y = z = o = t_x = t_y = t_z = t_o = s_pitch = j_unk = j_sinAngle = j_cosAngle = j_xyspeed = u_unk1 = 0.0f; + x = y = z = o = t_x = t_y = t_z = t_o = s_pitch = j_zspeed = j_sinAngle = j_cosAngle = j_xyspeed = u_unk1 = 0.0f; t_guid = 0; } }; |
