summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-03-20 02:44:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-03-20 02:44:00 +0000
commit9a97428795029adbf89e103e8fd2ce1d861f9003 (patch)
treeaf62cd8308bb18dc106a7619daa7a1e1131298b8 /games-fps/cube/files/20040522-compile-fixes.patch
parentold (diff)
downloadgentoo-2-9a97428795029adbf89e103e8fd2ce1d861f9003.tar.gz
gentoo-2-9a97428795029adbf89e103e8fd2ce1d861f9003.tar.bz2
gentoo-2-9a97428795029adbf89e103e8fd2ce1d861f9003.zip
remove games-fps/cube
masked 06 Mar 2006; use games-fps/sauerbraten instead
Diffstat (limited to 'games-fps/cube/files/20040522-compile-fixes.patch')
-rw-r--r--games-fps/cube/files/20040522-compile-fixes.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/games-fps/cube/files/20040522-compile-fixes.patch b/games-fps/cube/files/20040522-compile-fixes.patch
deleted file mode 100644
index c92d281cfc22..000000000000
--- a/games-fps/cube/files/20040522-compile-fixes.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/clientgame.cpp.orig 2004-07-29 22:42:36.297967768 +0200
-+++ src/clientgame.cpp 2004-07-29 22:42:50.019881720 +0200
-@@ -200,8 +200,8 @@
-
- int sleepwait = 0;
- string sleepcmd;
--void sleep(char *msec, char *cmd) { sleepwait = atoi(msec)+lastmillis; strcpy_s(sleepcmd, cmd); };
--COMMAND(sleep, ARG_2STR);
-+void mysleep(char *msec, char *cmd) { sleepwait = atoi(msec)+lastmillis; strcpy_s(sleepcmd, cmd); };
-+COMMAND(mysleep, ARG_2STR);
-
- void updateworld(int millis) // main game update loop
- {