mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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