mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed input state mask, missed one bit that could make the server hang itself
This commit is contained in:
parent
3cdb90c10c
commit
c995aff8e3
|
@ -11,7 +11,7 @@ Powerups = ["HEALTH", "ARMOR", "WEAPON", "NINJA"]
|
|||
RawHeader = '''
|
||||
enum
|
||||
{
|
||||
INPUT_STATE_MASK=0x2f,
|
||||
INPUT_STATE_MASK=0x3f,
|
||||
};
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue