diff --git a/wadsrc/static/zscript/actors/player/player.zs b/wadsrc/static/zscript/actors/player/player.zs index 944e9bd5a..f48027cce 100644 --- a/wadsrc/static/zscript/actors/player/player.zs +++ b/wadsrc/static/zscript/actors/player/player.zs @@ -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;