diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /games/pinball/files/patch-src__Loader.cpp | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'games/pinball/files/patch-src__Loader.cpp')
-rw-r--r-- | games/pinball/files/patch-src__Loader.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/pinball/files/patch-src__Loader.cpp b/games/pinball/files/patch-src__Loader.cpp new file mode 100644 index 000000000000..f74923316e7d --- /dev/null +++ b/games/pinball/files/patch-src__Loader.cpp @@ -0,0 +1,18 @@ +--- ./src/Loader.cpp.orig Thu Nov 20 17:46:17 2003 ++++ ./src/Loader.cpp Fri Dec 12 21:31:48 2003 +@@ -17,6 +17,7 @@ + #include <iostream> + + #include "Private.h" ++#include "Config.h" + #include "Loader.h" + #include "Pinball.h" + #include "Keyboard.h" +@@ -39,7 +40,6 @@ + #include "SoundUtil.h" + #include "Score.h" + #include "StdAnimation.h" +-#include "Config.h" + #include "StateBehavior.h" + #include "Script.h" + #include "FakeModuleBehavior.h" |