aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-engine-MainLoop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/scorched3d/files/patch-src-engine-MainLoop.cpp')
-rw-r--r--games/scorched3d/files/patch-src-engine-MainLoop.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/scorched3d/files/patch-src-engine-MainLoop.cpp b/games/scorched3d/files/patch-src-engine-MainLoop.cpp
deleted file mode 100644
index da37336cfa88..000000000000
--- a/games/scorched3d/files/patch-src-engine-MainLoop.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/engine/MainLoop.cpp.orig Sat Aug 6 13:57:39 2005
-+++ ./src/engine/MainLoop.cpp Tue Aug 9 23:21:20 2005
-@@ -23,7 +23,7 @@
- #include <common/Defines.h>
- #include <GLEXT/GLState.h>
- #include <GLEXT/GLInfo.h>
--#include <SDL/SDL.h>
-+#include <SDL11/SDL.h>
-
- MainLoop::MainLoop() : exitLoop_(false), lastDrawTime_(0.0f), flip_(false)
- {