Remove unused variables from Simulation::FloodINST

These were left behind from before the CoordStack update.
This commit is contained in:
Tamás Bálint Misius 2019-09-14 19:19:24 +02:00
parent 88d165fb24
commit 0e237a1f4b
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -722,8 +722,6 @@ int Simulation::FloodINST(int x, int y, int fullc, int cm)
{
int c = TYP(fullc);
int x1, x2;
int coord_stack_limit = XRES*YRES;
int coord_stack_size = 0;
int created_something = 0;
if (c>=PT_NUM)