summaryrefslogtreecommitdiffstats
path: root/src/render
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/render/Coronas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Coronas.cpp b/src/render/Coronas.cpp
index 38f86f4b..d70f70d6 100644
--- a/src/render/Coronas.cpp
+++ b/src/render/Coronas.cpp
@@ -48,7 +48,7 @@ FlareDef HeadLightsFlareDef[] = {
};
-RwTexture *gpCoronaTexture[9] = { NULL };
+RwTexture *gpCoronaTexture[9] = { nil, nil, nil, nil, nil, nil, nil, nil, nil };
float CCoronas::LightsMult = 1.0f;
float CCoronas::SunScreenX;