From 3367e735960eb9b303fd42557ef4d0908debf06d Mon Sep 17 00:00:00 2001 From: johns <> Date: Thu, 22 Feb 2001 22:00:55 +0000 Subject: [PATCH] Should check SelectUnits args. --- src/unit/unit_draw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unit/unit_draw.cpp b/src/unit/unit_draw.cpp index ba082d9bc..2592b2337 100644 --- a/src/unit/unit_draw.cpp +++ b/src/unit/unit_draw.cpp @@ -1046,6 +1046,7 @@ global void DrawUnits(void) // // Select all units touching the viewpoint. // + // FIXME: Must be here +1 on Width, Height. n=SelectUnits(MapX,MapY,MapX+MapWidth,MapY+MapHeight,table); //