4988f2169d
Formido is one of those games, where you are loaded with some guns and you go shooting different things. 'Things' in this case are big, ugly, - not green though - alien insects. The idea is to kill as many of those bastards as possible. Eventually they will overcome you, but struggle as long as you can. There are some power-ups to aid you in your honorable quest. Keep in mind, that those critters are rather tough and generally do nasty things when in close range of any player-characters. WWW: http://koti.mbnet.fi/lsoft/formido/formido.html PR: ports/89514 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
11 lines
325 B
C
11 lines
325 B
C
--- include/init.h.orig Fri Nov 7 21:59:07 2003
|
|
+++ include/init.h Sat Nov 19 19:39:18 2005
|
|
@@ -45,7 +45,7 @@
|
|
|
|
#define DAT(x) (add_prefix(x, DATA_DIR))
|
|
#define HISCORE(x) (add_prefix(x, HISCORE_DIR))
|
|
-#define CONFIG(x) (add_prefix(x, CONFIG_DIR))
|
|
+#define CONFIG(x) (add_prefix(x, getenv("HOME")))
|
|
|
|
|
|
// Initialize SDL
|