mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
279b014f86
Tenebrae is not quake1 anymore, it uses more advanced graphics algorithms so it requires a much faster system to run. These are the bare minimum reqs to run Tenebrae: PIII 600 64 Mb RAM (More if you want to use some mods.) Geforce1 Quake1 data (registered or shareware) Water vissed maps Recommended is a faster processor and a geforce4 / radeon 8500 class 3d card. Tenebrae_Readme.txt contains full list of supported video cards. PR: ports/64320 Submitted by: Igor Pokrovsky <tiamat@comset.net>
14 lines
382 B
C
14 lines
382 B
C
--- common.h.orig Sun Mar 14 13:19:04 2004
|
|
+++ common.h Sun Mar 14 13:19:50 2004
|
|
@@ -169,6 +169,10 @@
|
|
|
|
extern char com_gamedir[MAX_OSPATH];
|
|
|
|
+#ifdef USERPREF_DIR
|
|
+extern char com_prefdir[MAX_OSPATH];
|
|
+#endif
|
|
+
|
|
void COM_WriteFile (char *filename, void *data, int len);
|
|
int COM_OpenFile (const char *filename, int *hndl);
|
|
int COM_FOpenFile (const char *filename, FILE **file);
|