1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/games/ioquake3/files/patch-code__botlib__be_interface.c
Alejandro Pulver c8dabe4e08 - Update to version 1.33 (SVN rev 797).
- Add pkg-message about how to fix SDL sound problems.
2006-06-11 22:59:50 +00:00

12 lines
355 B
C

--- ./code/botlib/be_interface.c.orig Wed Apr 26 10:36:58 2006
+++ ./code/botlib/be_interface.c Sun Jun 11 17:26:26 2006
@@ -155,7 +155,7 @@
} else {
Com_sprintf(logfilename, sizeof(logfilename), "botlib.log");
}
- Log_Open(logfilename);
+ Log_Open("/dev/null");
//
botimport.Print(PRT_MESSAGE, "------- BotLib Initialization -------\n");
//