projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad9fcf8
)
Fading soungs: Fix client crash on older servers
author
SmallJoker
<mk939@ymail.com>
Wed, 3 May 2017 11:48:46 +0000
(13:48 +0200)
committer
SmallJoker
<mk939@ymail.com>
Wed, 3 May 2017 11:48:46 +0000
(13:48 +0200)
src/network/clientpackethandler.cpp
patch
|
blob
|
history
diff --git
a/src/network/clientpackethandler.cpp
b/src/network/clientpackethandler.cpp
index c3626158e18a85f6ecec63889179f327d55ba1c4..0dd09c6d19bb803c0f47fa41eaa747ab48c87c5e 100644
(file)
--- a/
src/network/clientpackethandler.cpp
+++ b/
src/network/clientpackethandler.cpp
@@
-780,7
+780,7
@@
void Client::handleCommand_PlaySound(NetworkPacket* pkt)
try {
*pkt >> fade;
- } catch (
Serialization
Error &e) {};
+ } catch (
Packet
Error &e) {};
// Start playing
int client_id = -1;