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-data__tux__ModuleTux.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-data__tux__ModuleTux.cpp')
-rw-r--r-- | games/pinball/files/patch-data__tux__ModuleTux.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/pinball/files/patch-data__tux__ModuleTux.cpp b/games/pinball/files/patch-data__tux__ModuleTux.cpp new file mode 100644 index 000000000000..f6d45d46493c --- /dev/null +++ b/games/pinball/files/patch-data__tux__ModuleTux.cpp @@ -0,0 +1,18 @@ +--- data/tux/ModuleTux.cpp.orig Thu Nov 20 17:46:17 2003 ++++ data/tux/ModuleTux.cpp Fri Dec 12 21:30:15 2003 +@@ -7,6 +7,7 @@ + ***************************************************************************/ + + #include "Private.h" ++#include "Config.h" + #include "Behavior.h" + #include "Group.h" + #include "Pinball.h" +@@ -15,7 +16,6 @@ + #include "Score.h" + #include "Keyboard.h" + #include "Table.h" +-#include "Config.h" + + #define MISSION_TEXT_TIMEOUT 6000 + #define INFO_TEXT_TIME 600 |