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

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)