summaryrefslogtreecommitdiff
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 79bf54394a75..000000000000
--- a/games/scorched3d/files/patch-src-engine-MainLoop.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/engine/MainLoop.cpp.orig Mon Feb 23 01:35:25 2004
-+++ ./src/engine/MainLoop.cpp Sun May 30 22:43:49 2004
-@@ -22,7 +22,7 @@
- #include <common/OptionsDisplay.h>
- #include <common/Defines.h>
- #include <GLEXT/GLState.h>
--#include <SDL/SDL.h>
-+#include <SDL11/SDL.h>
-
- MainLoop::MainLoop() : exitLoop_(false), lastDrawTime_(0.0f), flip_(false)
- {