mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-09 09:56:35 +02:00
Remove unused variables from Simulation::FloodINST
These were left behind from before the CoordStack update.
This commit is contained in:
@@ -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