aboutsummaryrefslogtreecommitdiff
path: root/games/pokerth/files/patch-src_net_common_netpacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/pokerth/files/patch-src_net_common_netpacket.cpp')
-rw-r--r--games/pokerth/files/patch-src_net_common_netpacket.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/pokerth/files/patch-src_net_common_netpacket.cpp b/games/pokerth/files/patch-src_net_common_netpacket.cpp
deleted file mode 100644
index 9899d40ce1d9..000000000000
--- a/games/pokerth/files/patch-src_net_common_netpacket.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/net/common/netpacket.cpp.orig 2014-01-10 21:18:20 UTC
-+++ src/net/common/netpacket.cpp
-@@ -249,7 +249,7 @@ NetPacket::GameErrorToNetError(int gameErrorReason)
- retVal = ErrorMessage::sessionTimeout;
- break;
- default :
-- retVal = ErrorMessage::reserved;
-+ retVal = ErrorMessage::pthreserved;
- break;
- }
- return retVal;