mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-13 00:24:06 +00:00
minor hickup in ui_admin.c
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
parent
c48f5ce237
commit
42e56f91e1
1 changed files with 1 additions and 1 deletions
|
@ -2139,7 +2139,7 @@ static void AdminAudio_InitFilesList ( void )
|
|||
trap_FS_Read( buffer, sizeof( buffer ), f );
|
||||
|
||||
if ( !buffer[0] ) {
|
||||
UI_Logger( LL_WARNING, "could not read ext_data/audio_dirs.dat\n" );
|
||||
UI_Logger( LL_WARN, "could not read ext_data/audio_dirs.dat\n" );
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue