summaryrefslogtreecommitdiff
path: root/games/openmortal/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/openmortal/patches/patch-ac')
-rw-r--r--games/openmortal/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/openmortal/patches/patch-ac b/games/openmortal/patches/patch-ac
new file mode 100644
index 00000000000..de7279dee9f
--- /dev/null
+++ b/games/openmortal/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/08/15 06:50:44 xtraeme Exp $
+
+--- src/OnlineChat.cpp.orig 2006-08-15 08:45:10.000000000 +0200
++++ src/OnlineChat.cpp 2006-08-15 08:45:21.000000000 +0200
+@@ -56,7 +56,7 @@
+ class CChallengeMenu: public Menu
+ {
+ public:
+- CChallengeMenu::CChallengeMenu( std::string a_sChallenger )
++ CChallengeMenu( std::string a_sChallenger )
+ : Menu( "You have been challenged!" ),
+ m_sChallenger( a_sChallenger )
+ {