From ac5425a5457feb23631b251ff06dc0be3ac041b9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 18 Nov 2021 22:49:13 +0100 Subject: [PATCH] - extended player_orig.os to full int. This was the last remaining short variable in Duke/RR that holds a sector index. --- source/games/duke/src/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/games/duke/src/types.h b/source/games/duke/src/types.h index c43d4104c..09e3933d7 100644 --- a/source/games/duke/src/types.h +++ b/source/games/duke/src/types.h @@ -158,7 +158,8 @@ struct user_defs struct player_orig { int ox, oy, oz; - short oa, os; + short oa; + int os; }; struct CraneDef