mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
typo fix
This commit is contained in:
parent
4152f5b41f
commit
57376baa40
2 changed files with 3 additions and 3 deletions
|
@ -2701,7 +2701,7 @@ void PrefsDlg::BuildDialog(){
|
||||||
|
|
||||||
// end new prefs dialog
|
// end new prefs dialog
|
||||||
|
|
||||||
void PrefsDlg::LoadTexdefPref( texdef_t* pTexdef, char* pName ){
|
void PrefsDlg::LoadTexdefPref( texdef_t* pTexdef, const char* pName ){
|
||||||
char buffer[256];
|
char buffer[256];
|
||||||
|
|
||||||
memset( pTexdef, 0, sizeof( texdef_t ) );
|
memset( pTexdef, 0, sizeof( texdef_t ) );
|
||||||
|
@ -3412,7 +3412,7 @@ void CGameInstall::Run() {
|
||||||
radCreateDirectory(gameFilePath);
|
radCreateDirectory(gameFilePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ( m_availGame[ m_nComboSelect ] ) {
|
switch ( m_availGames[ m_nComboSelect ] ) {
|
||||||
case GAME_Q2:
|
case GAME_Q2:
|
||||||
gameFilePath += "q2.game";
|
gameFilePath += "q2.game";
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -494,7 +494,7 @@ void UpdateNvidiaAeroHack();
|
||||||
|
|
||||||
void LoadPrefs();
|
void LoadPrefs();
|
||||||
void SavePrefs();
|
void SavePrefs();
|
||||||
void LoadTexdefPref( texdef_t* pTexdef, char* pName );
|
void LoadTexdefPref( texdef_t* pTexdef, const char* pName );
|
||||||
|
|
||||||
PrefsDlg ();
|
PrefsDlg ();
|
||||||
virtual ~PrefsDlg (){
|
virtual ~PrefsDlg (){
|
||||||
|
|
Loading…
Reference in a new issue