mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 13:21:04 +00:00
- same procedure as last time.
This commit is contained in:
parent
80dd794550
commit
9f682083c8
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ int PlotCourseToSprite(int nSprite1, int nSprite2)
|
||||||
|
|
||||||
if (diff > INT_MAX)
|
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;
|
diff = INT_MAX;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue