- Fix loads of format string bugs
- Fix locally looping sounds, thanks to Timbo
This commit is contained in:
parent
4b9df8d9e9
commit
5dc3b35b49
9 changed files with 28 additions and 30 deletions
|
@ -1109,7 +1109,7 @@ intptr_t CL_UISystemCalls( intptr_t *args ) {
|
|||
|
||||
|
||||
default:
|
||||
Com_Error( ERR_DROP, "Bad UI system trap: %i", args[0] );
|
||||
Com_Error( ERR_DROP, "Bad UI system trap: %ld", (long int) args[0] );
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue