Remove unused variables from Simulation::FloodINST
These were left behind from before the CoordStack update.
This commit is contained in:
parent
88d165fb24
commit
0e237a1f4b
@ -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)
|
||||
|
Reference in New Issue
Block a user