- fix bonuscount as uint

This commit is contained in:
Rachael Alexanderson 2021-01-05 19:48:32 -05:00
parent e6c71c2f0c
commit c28e53511c

View file

@ -2675,7 +2675,7 @@ struct PlayerInfo native play // self is what internally is known as player_t
native int itemcount;
native int secretcount;
native uint damagecount;
native int bonuscount;
native uint bonuscount;
native int hazardcount;
native int hazardinterval;
native Name hazardtype;