openbsd-ports/games/castle-combat/patches/patch-src_main_c

14 lines
431 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_main_c,v 1.1 2003/03/06 01:09:28 pvalchev Exp $
--- src/main.c.orig Wed Mar 6 07:05:39 2002
+++ src/main.c Wed Mar 5 18:02:28 2003
@@ -24,8 +24,8 @@
#include "main.h"
#include "options.h"
#include "time.h"
-#include "SDL_net/SDL_net.h"
#include "server.h"
+#include <SDL/SDL_net.h>
int fullscreen=1, CityDestroyed[6]={0,0,0,0,0,0},
CannonDestroyed[3]={0,0,0}, Score=0, HWCursor=0, NetworkOpen=0;