]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.cpp
added a missing texture (the world image for temple campaign)
[lugaru.git] / Source / Game.cpp
index 1f48171647e57b751cd84952c484a1e82a0eddde..77b9a5b21cda64a480dc3f230f8c129fba868934 100644 (file)
@@ -26,8 +26,6 @@ int directing;
 float dialoguetime;
 int dialoguegonethrough[20];
 
-std::vector<TextureInfo> Game::textures;
-
 Game::Game()
 {
        terraintexture = 0;
@@ -52,8 +50,6 @@ Game::Game()
        memset(endy, 0, sizeof(endy));
 
        memset(selectedlong, 0, sizeof(selectedlong));
-       memset(offsetx, 0, sizeof(offsetx));
-       memset(offsety, 0, sizeof(offsety));
 
        selected = 0;
        keyselect = 0;