- extended player_orig.os to full int.

This was the last remaining short variable in Duke/RR that holds a sector index.
This commit is contained in:
Christoph Oelckers 2021-11-18 22:49:13 +01:00
parent a0950081ad
commit ac5425a545

View file

@ -158,7 +158,8 @@ struct user_defs
struct player_orig
{
int ox, oy, oz;
short oa, os;
short oa;
int os;
};
struct CraneDef