From dc044fd8e7cb6049c9289cd48aea1c507562db20 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Sat, 17 Jun 2006 21:32:32 +0000 Subject: - Fix mouse problems. - Fix sound problems. - Fix building on !i386. - Fix writting personal configuration, and do it in ~/.tenebrae, to avoid conflicts with other engines since they usually have different variables. - Use USE_DOS2UNIX. - Remove unneeded information from pkg-message (it depends on quake-data so it will be installed automatically, also quake-data installs the demo so tenebrae is playable after installation). - Use release target instead of the debug one. - Clean-up. PR: ports/98783 Approved by: maintainer (timeout) --- games/tenebrae/files/patch-common.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'games/tenebrae/files/patch-common.c') diff --git a/games/tenebrae/files/patch-common.c b/games/tenebrae/files/patch-common.c index 4da54a7ef122..facc89061cb8 100644 --- a/games/tenebrae/files/patch-common.c +++ b/games/tenebrae/files/patch-common.c @@ -1,11 +1,13 @@ ---- common.c.orig Sun Mar 14 13:16:07 2004 -+++ common.c Sun Mar 14 13:17:40 2004 -@@ -2221,6 +2221,8 @@ +--- ./common.c.orig Sat Jun 10 12:08:13 2006 ++++ ./common.c Sat Jun 10 12:08:13 2006 +@@ -2221,7 +2221,10 @@ if ((userdir[j-1] == '\\') || (userdir[j-1] == '/')) userdir[j-1] = 0; } + + strncpy (com_prefdir, userdir, j); COM_AddGameFS (userdir); ++ Sys_mkdir(com_gamedir); #endif + -- cgit v1.2.3