1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/games/asc/files/patch-source::sdl::events.cpp
Maxim Sobolev 9937c7f036 Add Advanced Strategic Command 1.3.8, a turn based, multiplayer strategic
game with a very nice and professionally-looking graphics.
2001-02-17 21:51:31 +00:00

15 lines
242 B
C++

$FreeBSD$
--- source/sdl/events.cpp 2001/02/16 21:38:57 1.1
+++ source/sdl/events.cpp 2001/02/16 21:39:12
@@ -150,7 +150,7 @@
#ifdef _WIN32_
#include "SDL_thread.h"
#else
-#include "SDL/SDL_thread.h"
+#include "SDL_thread.h"
#endif