]> 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 02edf0ee184fcc5c5a9a6bf6656993949cedb171..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;
 
@@ -66,3 +67,4 @@ void CG_Frame(double time);
 // more might be added
 
 #endif
+