aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-client-ClientMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/scorched3d/files/patch-src-client-ClientMain.cpp')
-rw-r--r--games/scorched3d/files/patch-src-client-ClientMain.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/scorched3d/files/patch-src-client-ClientMain.cpp b/games/scorched3d/files/patch-src-client-ClientMain.cpp
index b29271564a0c..8ec4282cbcca 100644
--- a/games/scorched3d/files/patch-src-client-ClientMain.cpp
+++ b/games/scorched3d/files/patch-src-client-ClientMain.cpp
@@ -1,11 +1,11 @@
---- ./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>
+--- ./src/client/ClientMain.cpp.orig Fri May 28 00:24:45 2004
++++ ./src/client/ClientMain.cpp Sun May 30 22:43:47 2004
+@@ -66,7 +66,7 @@
#include <common/Gamma.h>
#include <common/Sound.h>
+ #include <common/Clock.h>
-#include <SDL/SDL.h>
+#include <SDL11/SDL.h>
- void startClient()
+ bool initHardware(ProgressCounter *progressCounter)
{