freebsd-ports/games/cake/files/patch-main.cpp
Kirill Ponomarev 52966b2faf Add cake 2004.07.09,
Cake is pretty advanced Quake III Arena map viewer.  It
features BSP support, multiple viewports, sound, models,
record/playback demo support and plenty more.  Right now, sound
support is disabled since cake uses FMOD library which is not
available on FreeBSD.  I hope to resolve this issue in the
future though.

PR:		ports/69738
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2004-07-30 09:59:21 +00:00

11 lines
425 B
C++

--- main.cpp.orig Tue Jul 27 17:58:18 2004
+++ main.cpp Tue Jul 27 17:58:45 2004
@@ -65,7 +65,7 @@
// console
int histLine; // commands history scrolling value
-Var consoleKey("consoleKey", 167, VF_PERSISTENT); // key used for console opening/closing
+Var consoleKey("consoleKey", '`', VF_PERSISTENT); // key used for console opening/closing
int tabmode = 1; // console tabulation mode
// window