- Duke: Increase the precision of the angle in handle_se00().

This commit is contained in:
Mitchell Richters 2022-12-01 11:14:17 +11:00 committed by Christoph Oelckers
parent f30abffa82
commit a580e9d884

View file

@ -1765,7 +1765,7 @@ void handle_se00(DDukeActor* actor)
return;
}
DAngle ang_amount = mapangle(sect->extra >> 3);
DAngle ang_amount = DAngle::fromQ16(sect->extra << 2);
double direction = 0;
if (sect->lotag == 30)