Copy the palette of indexed images, fixes issue with the boats worldmap path which...
[supertux.git] / src / object / falling_coin.cpp
index 73b9302..66b2c2e 100644 (file)
@@ -17,7 +17,7 @@
 #include "object/falling_coin.hpp"
 
 #include "sprite/sprite_manager.hpp"
-#include "supertux/main.hpp"
+#include "supertux/globals.hpp"
 
 FallingCoin::FallingCoin(const Vector& start_position, const int vel_x) :
   physic(),