This is a port of Apogee's 3D action title Rise of the Triad, originally released in 1994. This port duplicates the functionality of the original game on modern operating systems, including Linux, Win32, OSX and now FreeBSD. In order to run game you'll need original game data. PR: ports/63049 Submitted by: Igor Pokrovsky <tiamat@comset.net>
11 lines
417 B
C
11 lines
417 B
C
--- modexlib.c.orig Wed Feb 18 08:29:15 2004
|
|
+++ modexlib.c Wed Feb 18 08:29:58 2004
|
|
@@ -418,7 +418,7 @@
|
|
Error ("Could not initialize SDL\n");
|
|
}
|
|
|
|
- #if defined(PLATFORM_WIN32) || defined(PLATFORM_MACOSX)
|
|
+ #if defined(PLATFORM_WIN32) || defined(PLATFORM_MACOSX) || defined(PLATFORM_UNIX)
|
|
// FIXME: remove this. --ryan.
|
|
flags = SDL_FULLSCREEN;
|
|
SDL_WM_GrabInput(SDL_GRAB_ON);
|