diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-26 20:17:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-26 20:17:59 +0000 |
commit | 2841ea4ebd313f0e3612418fabf07fc7f5aa5cb8 (patch) | |
tree | ba7df176c475387bd25b5776f5c94f87bfd4b550 /games/scorched3d-devel/files/patch-src-client-ClientMain.cpp | |
parent | 438b9dc00191125ab5e800d2dc927c27de49f128 (diff) |
Notes
Diffstat (limited to 'games/scorched3d-devel/files/patch-src-client-ClientMain.cpp')
-rw-r--r-- | games/scorched3d-devel/files/patch-src-client-ClientMain.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games/scorched3d-devel/files/patch-src-client-ClientMain.cpp b/games/scorched3d-devel/files/patch-src-client-ClientMain.cpp index 152cfc2296ec..b29271564a0c 100644 --- a/games/scorched3d-devel/files/patch-src-client-ClientMain.cpp +++ b/games/scorched3d-devel/files/patch-src-client-ClientMain.cpp @@ -1,11 +1,11 @@ ---- src/client/ClientMain.cpp.orig Wed Jul 30 17:41:23 2003 -+++ src/client/ClientMain.cpp Sun Aug 3 09:07:11 2003 -@@ -35,7 +35,7 @@ - #include <coms/NetClient.h> - #include <engine/MainLoop.h> - #include <engine/GameState.h> +--- ./src/client/ClientMain.cpp.orig Fri Jan 23 17:59:02 2004 ++++ ./src/client/ClientMain.cpp Fri Jan 23 18:01:47 2004 +@@ -57,7 +57,7 @@ + #include <common/Display.h> + #include <common/Gamma.h> + #include <common/Sound.h> -#include <SDL/SDL.h> +#include <SDL11/SDL.h> - void clientCleanup() + void startClient() { |