]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameTick.cpp
Move declaration of animation array into Animation.h
[lugaru.git] / Source / GameTick.cpp
index 879082529777acd783620e0a525430de9a9ec49d..476b5aaaa996a0bedb32f7a911e10e62e4b39988 100644 (file)
@@ -32,6 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "openal_wrapper.h"
 #include "Settings.h"
 #include "Input.h"
+#include "Animation.h"
 
 using namespace std;
 
@@ -59,7 +60,6 @@ extern int slomo;
 extern float slomodelay;
 extern bool floatjump;
 extern float volume;
-extern Animation animation[animation_count];
 extern Light light;
 extern float texdetail;
 extern GLubyte bloodText[512*512*3];