forked from SteamWar/SteamWar
Update stuff from peer review
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ public class TraceRepository {
|
||||
/**
|
||||
* Increment this when changing serialisation format
|
||||
*/
|
||||
public static final int SERIALISATION_VERSION = 2;
|
||||
public static final int SERIALISATION_VERSION = 3;
|
||||
public static final int WRITE_TICK_DATA = 0b00000001;
|
||||
public static final int EXPLOSION = 0b00000010;
|
||||
public static final int IN_WATER = 0b00000100;
|
||||
|
||||
Reference in New Issue
Block a user