mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 03:54:01 +02:00
fix warning about malformed case statement
This commit is contained in:
parent
92d39b3c47
commit
9d2758ee14
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ int packArithmeticallyCodedValue(int value, char* destination) {
|
|||
|
||||
PacketVersion versionForPacketType(PacketType type) {
|
||||
switch (type) {
|
||||
PacketTypeAvatarData:
|
||||
case PacketTypeAvatarData:
|
||||
return 1;
|
||||
case PacketTypeParticleData:
|
||||
return 1;
|
||||
|
|
Loading…
Reference in a new issue