const fix

This commit is contained in:
Glenn Maynard
2004-01-25 02:27:41 +00:00
parent 3346785a20
commit 3de8b33668
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "InputMapper.h"
#include "PrefsManager.h"
GameButton GameDef::ButtonNameToIndex( const CString &sButtonName )
GameButton GameDef::ButtonNameToIndex( const CString &sButtonName ) const
{
for( int i=0; i<m_iButtonsPerController; i++ )
if( stricmp(m_szButtonNames[i], sButtonName) == 0 )