- same procedure as last time.

This commit is contained in:
Christoph Oelckers 2020-08-22 09:41:18 +02:00
parent 80dd794550
commit 9f682083c8

View file

@ -684,7 +684,7 @@ int PlotCourseToSprite(int nSprite1, int nSprite2)
if (diff > INT_MAX)
{
OSD_Printf("%s %d: overflow\n", EDUKE32_FUNCTION, __LINE__);
DPrintf(DMSG_WARNING, "%s %d: overflow\n", EDUKE32_FUNCTION, __LINE__);
diff = INT_MAX;
}