bump packet version

This commit is contained in:
ZappoMan 2014-02-04 20:23:12 -08:00
parent a35e5eeb92
commit 13d9b710f1

View file

@ -44,6 +44,8 @@ int packArithmeticallyCodedValue(int value, char* destination) {
PacketVersion versionForPacketType(PacketType type) {
switch (type) {
case PacketTypeParticleData:
return 1;
default:
return 0;
}