fixed nosound and noopengl build bugs. fixed bkgd image bugs..
[supertux.git] / src / texture.h
index 3c3d803..820a75b 100644 (file)
@@ -22,7 +22,7 @@
 typedef struct texture_type
   {
    SDL_Surface* sdl_surface;
-   GLuint gl_texture;
+   unsigned gl_texture;
    int w;
    int h;
   } texture_type;