mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 14:08:19 +00:00
Remove unused CHUNKFLAG_BIGSIZE
This commit is contained in:
parent
c746f70c12
commit
a19c51f545
|
@ -216,8 +216,6 @@ enum
|
||||||
CHUNKTYPE_SNAPSHOT = 1,
|
CHUNKTYPE_SNAPSHOT = 1,
|
||||||
CHUNKTYPE_MESSAGE = 2,
|
CHUNKTYPE_MESSAGE = 2,
|
||||||
CHUNKTYPE_DELTA = 3,
|
CHUNKTYPE_DELTA = 3,
|
||||||
|
|
||||||
CHUNKFLAG_BIGSIZE = 0x10
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void CDemoRecorder::WriteTickMarker(int Tick, int Keyframe)
|
void CDemoRecorder::WriteTickMarker(int Tick, int Keyframe)
|
||||||
|
|
Loading…
Reference in a new issue