diff options
Diffstat (limited to 'src/Globals.cpp')
-rw-r--r-- | src/Globals.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Globals.cpp b/src/Globals.cpp index 6fdad88..d1ae639 100644 --- a/src/Globals.cpp +++ b/src/Globals.cpp @@ -9,8 +9,8 @@ float sinefluctprog; float multiplier = 0.0f; -unsigned int gSourceID[100]; // hundred source IDs -unsigned int gSampleSet[100]; // hundred sample set ID numbers +unsigned int gSourceID[37]; +unsigned int gSampleSet[37]; float precipitationhorz; float precipitationvert; |