- make target stop zone smaller

This commit is contained in:
Ilya Shurumov 2020-11-01 18:01:29 +06:00
parent 79668ebbc9
commit a97c1505b7

View File

@ -369,10 +369,10 @@ void DrawStopZone(VECTOR *pPosition)
int flash;
VECTOR pStopZonePt[4] = {
{-500, 0, 500},
{500, 0, 500},
{-500, 0, -500},
{500, 0, -500},
{-256, 0, 256},
{256, 0, 256},
{-256, 0, -256},
{256, 0, -256},
};
flash = -CameraCnt % 16;