Optimized MaxVal
0x200 represents a bit that isn't used for any flags, 0x1FF represents all usable bits
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Barotrauma
|
||||
Aim = 0x100,
|
||||
//Attack = 0x200
|
||||
|
||||
MaxVal = 0x200
|
||||
MaxVal = 0x1FF
|
||||
}
|
||||
private InputNetFlags dequeuedInput = 0;
|
||||
private InputNetFlags prevDequeuedInput = 0;
|
||||
|
||||
Reference in New Issue
Block a user