mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-23 20:52:26 +00:00
- fix bonuscount as uint
This commit is contained in:
parent
e6c71c2f0c
commit
c28e53511c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue