From: Rudolf Polzer Date: Thu, 17 Jun 2010 07:01:38 +0000 (+0200) Subject: another fix for wrong ENDCLASS X-Git-Tag: xonotic-v0.1.0preview~541^2~23^2^2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8c7f8d682eaf7bc8033572082d2fa26ca92d307f;p=xonotic%2Fxonotic-data.pk3dir.git another fix for wrong ENDCLASS --- diff --git a/qcsrc/menu/item/gecko.c b/qcsrc/menu/item/gecko.c index de0502fe6..10e0c2fee 100644 --- a/qcsrc/menu/item/gecko.c +++ b/qcsrc/menu/item/gecko.c @@ -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