Zwei Bugs, die das kompilieren verhindert haben, gefixt (einer nur unter Win32)

This commit is contained in:
neoraider 2006-11-20 22:40:04 +00:00
parent 16fd248bab
commit e05e8eb046
2 changed files with 1 additions and 1 deletions

View file

@ -27,6 +27,5 @@ void ResetLights() {
if(nLights > 0) {
free(lights);
nLights = 0;
UpdateAmbient();
}
}

View file

@ -1,6 +1,7 @@
#include <stdlib.h>
#include <math.h>
#include <GL/gl.h>
#include <GL/glext.h>
#include <neofx/math.h>
#include <zoom/level.h>
#include <zoom/light.h>