mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 21:20:39 +00:00
- 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:
parent
a0950081ad
commit
ac5425a545
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,8 @@ struct user_defs
|
|||
struct player_orig
|
||||
{
|
||||
int ox, oy, oz;
|
||||
short oa, os;
|
||||
short oa;
|
||||
int os;
|
||||
};
|
||||
|
||||
struct CraneDef
|
||||
|
|
Loading…
Reference in a new issue