mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:48:44 +02:00
bump packet version
This commit is contained in:
parent
a35e5eeb92
commit
13d9b710f1
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ int packArithmeticallyCodedValue(int value, char* destination) {
|
||||||
|
|
||||||
PacketVersion versionForPacketType(PacketType type) {
|
PacketVersion versionForPacketType(PacketType type) {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
case PacketTypeParticleData:
|
||||||
|
return 1;
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue