- SW: Use correct function name in GetOverlapSector2() I_Error() call.

This commit is contained in:
Mitchell Richters 2021-12-30 13:25:42 +11:00
parent 40867c3ad7
commit 620f0fa7b8

View file

@ -3956,7 +3956,7 @@ int GetOverlapSector2(int x, int y, sectortype** over, sectortype** under)
if (!found)
{
I_Error("GetOverlapSector x = %d, y = %d, over %d, under %d", x, y, sectnum(*over), sectnum(*under));
I_Error("GetOverlapSector2 x = %d, y = %d, over %d, under %d", x, y, sectnum(*over), sectnum(*under));
}
PRODUCTION_ASSERT(found != 0);