diff options
Diffstat (limited to 'games-util/dfhack/files/dfhack-0.40.24/09-eggy-remove-annoying-banner.patch')
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.24/09-eggy-remove-annoying-banner.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games-util/dfhack/files/dfhack-0.40.24/09-eggy-remove-annoying-banner.patch b/games-util/dfhack/files/dfhack-0.40.24/09-eggy-remove-annoying-banner.patch new file mode 100644 index 00000000..ea4cfe75 --- /dev/null +++ b/games-util/dfhack/files/dfhack-0.40.24/09-eggy-remove-annoying-banner.patch @@ -0,0 +1,22 @@ +eggy - remove annoying banner + +From: eroen <eroen@occam.eroen.eu> + + +--- + library/Core.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/library/Core.cpp b/library/Core.cpp +index 3bfaaea..4c6cded 100644 +--- a/library/Core.cpp ++++ b/library/Core.cpp +@@ -1113,7 +1113,7 @@ bool Core::Init() + // set up hotkey capture + thread * HK = new thread(fHKthread, (void *) temp); + screen_window = new Windows::top_level_window(); +- screen_window->addChild(new Windows::dfhack_dummy(5,10)); ++ //screen_window->addChild(new Windows::dfhack_dummy(5,10)); + started = true; + modstate = 0; + |
