mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Initialize pitch and roll on textmap mapthings too.
This commit is contained in:
parent
fbb2450133
commit
3d6d767bce
1 changed files with 1 additions and 1 deletions
|
|
@ -1797,7 +1797,7 @@ static void P_LoadTextmap(void)
|
|||
{
|
||||
// Defaults.
|
||||
mt->x = mt->y = 0;
|
||||
mt->angle = 0;
|
||||
mt->angle = mt->pitch = mt->roll = 0;
|
||||
mt->type = 0;
|
||||
mt->options = 0;
|
||||
mt->z = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue