diff --git a/polymer/eduke32/source/actors.c b/polymer/eduke32/source/actors.c index 17ba9d9b1..d961b7b97 100644 --- a/polymer/eduke32/source/actors.c +++ b/polymer/eduke32/source/actors.c @@ -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); }