2867c8f355
* Menu disappear" and other bugs fixed. * Additions to the Tux-table. * Ogg files instead of midi files as midi had compability problems. * Some tools and bug fixes in table editor. Also, mark as BROKEN for the Allegro case. The website says that the Allegro version is always a bit behind in development and has more bugs than the SDL/OpenGL version; the maintainer adds that it's just completely broken now. If you're using Allegro, you will want to avoid upgrading. PR: ports/60192 Submitted by: Thierry Thomas <thierry@pompo.net> (maintainer)
18 lines
481 B
C++
18 lines
481 B
C++
--- 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
|