mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Silence a warning
git-svn-id: https://svn.eduke32.com/eduke32@773 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0ff4f3b736
commit
3ad3dfc9be
1 changed files with 1 additions and 1 deletions
|
@ -5579,7 +5579,7 @@ static void moveeffectors(void) //STATNUM 3
|
|||
|
||||
if (s->owner == -1)
|
||||
{
|
||||
Bsprintf(tempbuf,"Could not find any locators for SE# 6 and 14 with a hitag of %d.\n",t[3]);
|
||||
Bsprintf(tempbuf,"Could not find any locators for SE# 6 and 14 with a hitag of %td.\n",t[3]);
|
||||
gameexit(tempbuf);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue