freebsd-ports/games/vegastrike/files/patch-src-cmd-ai-docking.cpp
Martin Wilke 73127a0046 Vega Strike is an OpenSource 3d Space Simulator. Work is proceeding
on both the Vega Strike game engine and a Vega Strike Universe game
data set. Both engine and data are in a playable state, but still
under development. Each release serves as a beta for both engine
and data.

The project goal is, at version 1.0, is to be a generic space
simulator. Currently developed features include:

* Trading
* Exploration
* Plenty of shoot 'em up action
* Preliminary multiplayer Deathmatch (testing server only)

WWW: http://vegastrike.sourceforge.net

PR:		ports/123538
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
2008-05-24 18:40:32 +00:00

9 lines
294 B
C++

--- src/cmd/ai/docking.cpp.orig 2008-04-24 16:12:16.000000000 +0400
+++ src/cmd/ai/docking.cpp 2008-05-05 23:55:37.000000000 +0400
@@ -1,5 +1,5 @@
-#include <string>
#include "python/python_compile.h"
+#include <string>
#include "docking.h"
#include "xml_support.h"
#include "config_xml.h"