mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +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
|
||||
|
||||
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;
|
||||
|
|
|
@ -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 (){
|
||||
|
|
Loading…
Reference in a new issue