mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +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) {
|
||||
switch (type) {
|
||||
case PacketTypeParticleData:
|
||||
return 1;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue