aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-engine-MainLoop.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
commit3add449a170be706377b66bee46af25633bc945c (patch)
tree7415df14a37624ff0b24fd40bde079927a88c28a /games/scorched3d/files/patch-src-engine-MainLoop.cpp
parent975af646f278430e563b72219a2c3055b211eb1a (diff)
Notes
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 ff095e62045b..000000000000
--- a/games/scorched3d/files/patch-src-engine-MainLoop.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/engine/MainLoop.cpp.orig Fri Jan 23 17:59:09 2004
-+++ ./src/engine/MainLoop.cpp Fri Jan 23 18:02:17 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)
- {