X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2Flight.hxx;h=b1dd41ab853912197fe253ab9a774ff059267b94;hb=973ffbf289accc941b04a15de7ec246b7ef99592;hp=0466f033e8e8dbb0b8b8cd6ff95b3c644a15a746;hpb=1294aed4650ec2aacef27a7fdeb2f4e012516ca0;p=flightgear.git diff --git a/src/Time/light.hxx b/src/Time/light.hxx index 0466f033e..b1dd41ab8 100644 --- a/src/Time/light.hxx +++ b/src/Time/light.hxx @@ -39,7 +39,7 @@ #endif #include -#include +#include #include // plib include @@ -51,9 +51,9 @@ class fgLIGHT { // Lighting look up tables (based on sun angle with local horizon) - fgINTERPTABLE *ambient_tbl; - fgINTERPTABLE *diffuse_tbl; - fgINTERPTABLE *sky_tbl; + SGInterpTable *ambient_tbl; + SGInterpTable *diffuse_tbl; + SGInterpTable *sky_tbl; public: @@ -113,10 +113,10 @@ public: // Derived lighting values // ambient component - GLfloat scene_ambient[3]; + GLfloat scene_ambient[4]; // diffuse component - GLfloat scene_diffuse[3]; + GLfloat scene_diffuse[4]; // fog color GLfloat fog_color[4];