The Source Code Project was started roughly five years ago, when Volition released the source code to the game known as "Freespace 2". This virtually unknown game consistently won awards for being a great action space sim, but never really caught on when it was released. The Source Code Project has worked, and continues to work, on improving the graphics and gameplay of this ten-year-old game. This package installs the executable only. The original game CD, or data files for the game are required to play the game.
13 lines
415 B
Text
13 lines
415 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2008/12/09 13:10:55 yhardy Exp $
|
|
|
|
--- code/windows_stub/config.h.orig 2008-10-27 11:51:23.000000000 +0200
|
|
+++ code/windows_stub/config.h 2008-10-27 11:55:53.000000000 +0200
|
|
@@ -301,7 +301,7 @@
|
|
typedef SDL_mutex* CRITICAL_SECTION;
|
|
|
|
// timer stuff
|
|
-typedef timeval TIMEVAL;
|
|
+typedef struct timeval TIMEVAL;
|
|
bool QueryPerformanceCounter(LARGE_INTEGER *pcount);
|
|
|
|
// file related items
|