- 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
|
@ -153,7 +153,7 @@ static void *GPA(char *str)
|
|||
}
|
||||
else
|
||||
{
|
||||
Com_DPrintf( " Loaded symbol %s (0x%08X)\n", str, rv);
|
||||
Com_DPrintf( " Loaded symbol %s (%p)\n", str, rv);
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue