]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cgame_api.h
strlwr does not exist on Linux
[xonotic/darkplaces.git] / cgame_api.h
index 8e7c4a572145a6934cc21df7c5ccd1c66c7582bf..01eb847fb371765f22aa969c937164b648836b4c 100644 (file)
@@ -24,7 +24,8 @@ cgdrawentity_t;
 typedef struct cgdrawlight_s
 {
        float origin[3];
-       float light[3];
+       float color[3];
+       float radius;
 }
 cgdrawlight_t;