Optimized MaxVal

0x200 represents a bit that isn't used for any flags, 0x1FF represents all usable bits
This commit is contained in:
juanjp600
2017-01-08 12:45:44 -03:00
parent 073def094f
commit a75ef8ee51

View File

@@ -41,7 +41,7 @@ namespace Barotrauma
Aim = 0x100,
//Attack = 0x200
MaxVal = 0x200
MaxVal = 0x1FF
}
private InputNetFlags dequeuedInput = 0;
private InputNetFlags prevDequeuedInput = 0;