openbsd-ports/games/thedarkmod/patches/patch-sys_linux_glimp_cpp
thfr 0aa400bdb3 import games/thedarkmod
tweaks and ok kirby@

Description:

A dark and moody stealth game, inspired by the "Thief" series by
Looking Glass Studios, The Dark Mod includes creative new gameplay
features, dozens of unique AI, and a complete set of custom art
assets, allowing players and mappers alike to enjoy missions in a
gothic steampunk universe. When you play The Dark Mod, you feel
like you're playing a gothic stealth game...

This game is first and foremost a toolkit, allowing fans and
team-members to create their own stealth missions in a gothic
steampunk environment. But there are already over 100 full missions
for download, including some small campaigns, so it certainly feels
like a game. The only difference is that you have to choose which
missions to install and play.
2019-09-02 18:04:40 +00:00

16 lines
481 B
Plaintext

$OpenBSD: patch-sys_linux_glimp_cpp,v 1.1.1.1 2019/09/02 18:04:40 thfr Exp $
include qgl_linked.h which contains qgl* macro/function defs
Index: sys/linux/glimp.cpp
--- sys/linux/glimp.cpp.orig
+++ sys/linux/glimp.cpp
@@ -14,6 +14,7 @@
******************************************************************************/
#include "../../idlib/precompiled.h"
#include "../../renderer/tr_local.h"
+#include "../../renderer/qgl_linked.h"
#include "local.h"
#include <sys/types.h>