]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Weapons.h
bugfix about weapons
[lugaru.git] / Source / Weapons.h
index 35271f74e37625c8f5d5109f1b716de1f8087578..bb178c1c928198e6160880e7659d476a75efe24c 100644 (file)
@@ -58,7 +58,7 @@ class Weapon {
                static GLuint stafftextureptr;
        
                void Draw();
-               void DoStuff();
+               void DoStuff(int);
                
                int getType() { return type; }
                void setType(int);