X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=cgame_api.h;h=01eb847fb371765f22aa969c937164b648836b4c;hb=d1986a0cb01eaeab540d54fde3e8a9f8128ce3c2;hp=8e7c4a572145a6934cc21df7c5ccd1c66c7582bf;hpb=0256e57e16a302ad45090618b8d6eb5930788809;p=xonotic%2Fdarkplaces.git diff --git a/cgame_api.h b/cgame_api.h index 8e7c4a57..01eb847f 100644 --- a/cgame_api.h +++ b/cgame_api.h @@ -24,7 +24,8 @@ cgdrawentity_t; typedef struct cgdrawlight_s { float origin[3]; - float light[3]; + float color[3]; + float radius; } cgdrawlight_t;