mirror of
https://github.com/UberGames/ioef.git
synced 2025-05-30 17:01:23 +00:00
- tweak enumeration support, remove win32 dependency
- fix two typos in status message in snd_main.c
This commit is contained in:
parent
87a3858f9a
commit
b2b17e334e
2 changed files with 6 additions and 19 deletions
|
@ -404,9 +404,9 @@ void S_Init( void )
|
|||
}
|
||||
|
||||
S_SoundInfo( );
|
||||
Com_Printf( "Sound intialization successful.\n" );
|
||||
Com_Printf( "Sound initialization successful.\n" );
|
||||
} else {
|
||||
Com_Printf( "Sound intialization failed.\n" );
|
||||
Com_Printf( "Sound initialization failed.\n" );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue