OpenRCT2 is an open source reimplementation of the game engine used by RollerCoaster Tycoon 2 (RCT2). The gameplay revolves around building and maintaining an amusement park containing attractions, shops and facilities. The player must try to make a profit and maintain a good park reputation whilst keeping the guests happy. OpenRCT2 allows for both scenario and sandbox play. Scenarios require the player to complete a certain objective in a set time limit whilst sandbox allows the player to build a more flexible park with optionally no restrictions or finance. OpenRCT2 requires a copy of RollerCoaster Tycoon 2 to play.
16 lines
410 B
C
16 lines
410 B
C
$NetBSD: patch-src_openrct2_Version.h,v 1.1 2019/11/17 16:19:57 nia Exp $
|
|
|
|
Support NetBSD.
|
|
|
|
--- src/openrct2/Version.h.orig 2019-10-28 20:18:47.000000000 +0000
|
|
+++ src/openrct2/Version.h
|
|
@@ -56,6 +56,9 @@
|
|
#ifdef __FreeBSD__
|
|
# define OPENRCT2_PLATFORM "FreeBSD"
|
|
#endif
|
|
+#ifdef __NetBSD__
|
|
+# define OPENRCT2_PLATFORM "NetBSD"
|
|
+#endif
|
|
#ifdef __ANDROID__
|
|
# define OPENRCT2_PLATFORM "Android"
|
|
#endif
|