This commit is contained in:
Timothee 'TTimo' Besset 2012-05-05 08:46:41 -05:00
parent 4152f5b41f
commit 57376baa40
2 changed files with 3 additions and 3 deletions

View file

@ -2701,7 +2701,7 @@ void PrefsDlg::BuildDialog(){
// end new prefs dialog
void PrefsDlg::LoadTexdefPref( texdef_t* pTexdef, char* pName ){
void PrefsDlg::LoadTexdefPref( texdef_t* pTexdef, const char* pName ){
char buffer[256];
memset( pTexdef, 0, sizeof( texdef_t ) );
@ -3412,7 +3412,7 @@ void CGameInstall::Run() {
radCreateDirectory(gameFilePath);
}
switch ( m_availGame[ m_nComboSelect ] ) {
switch ( m_availGames[ m_nComboSelect ] ) {
case GAME_Q2:
gameFilePath += "q2.game";
break;

View file

@ -494,7 +494,7 @@ void UpdateNvidiaAeroHack();
void LoadPrefs();
void SavePrefs();
void LoadTexdefPref( texdef_t* pTexdef, char* pName );
void LoadTexdefPref( texdef_t* pTexdef, const char* pName );
PrefsDlg ();
virtual ~PrefsDlg (){