Fixed errors & warnings to compile with VS 2011

This commit is contained in:
Aldo Fregoso
2012-05-20 21:00:14 -05:00
parent 5a798e78cd
commit 341a474c9a
6 changed files with 19 additions and 5 deletions
+2 -1
View File
@@ -209,7 +209,8 @@ void LightsManager::Update( float fDeltaTime )
int iSec = (int)RageTimer::GetTimeSinceStartFast();
int iTopIndex = iSec % 4;
CabinetLight cl = CabinetLight_Invalid;
// Aldo: Disabled this line, apparently it was a forgotten initialization
//CabinetLight cl = CabinetLight_Invalid;
switch( iTopIndex )
{