fix Linux light compile errors

This commit is contained in:
Chris Danford
2003-11-16 11:11:56 +00:00
parent aaea996bda
commit 1b7a2717d5
3 changed files with 37 additions and 42 deletions
+1 -2
View File
@@ -19,7 +19,6 @@
#include "GameInput.h" // for GameController
#include "InputMapper.h"
#include "windows.h"
LightsManager* LIGHTSMAN = NULL; // global and accessable from anywhere in our program
@@ -198,4 +197,4 @@ void LightsManager::Update( float fDeltaTime )
void LightsManager::SetLightMode( LightMode lm )
{
m_LightMode = lm;
}
}