]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
another fix for wrong ENDCLASS
authorRudolf Polzer <divverent@alientrap.org>
Thu, 17 Jun 2010 07:01:38 +0000 (09:01 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 17 Jun 2010 07:01:50 +0000 (09:01 +0200)
qcsrc/menu/item/gecko.c

index de0502fe632adff53a0bf51ea1438eaf5515ab3b..10e0c2feed58f3097781597b6c5b82125ab951d9 100644 (file)
@@ -10,7 +10,7 @@ CLASS(Gecko) EXTENDS(Item)
        METHOD( Gecko, resizeNotify, void(entity, vector, vector, vector, vector))
        ATTRIB( Gecko, texturePath, string, string_null )
        ATTRIB( Gecko, textureExtent, vector, '0 0 0')
-ENDCLASS(Item)
+ENDCLASS(Gecko)
 #endif
 
 #ifdef IMPLEMENTATION