fix inconsistent behavior because of out of date cache

This commit is contained in:
Glenn Maynard
2006-10-09 02:12:55 +00:00
parent d7776aba60
commit 9b0c213a03
+1
View File
@@ -43,6 +43,7 @@ void InputMapper::ClearAllMappings()
FOREACH_GameButton(j)
for( int k=0; k<NUM_GAME_TO_DEVICE_SLOTS; k++ )
m_GItoDI[i][j][k].MakeInvalid();
UpdateTempDItoGI();
}
void InputMapper::AddDefaultMappingsForCurrentGameIfUnmapped()