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
439 B
C++
18 lines
439 B
C++
--- ./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"
|