Commit bc47c7c2 authored by pickle136's avatar pickle136

Duplicate int count declaration removed

parent f1bbcd3a
...@@ -161,7 +161,7 @@ Event* Event::step (unsigned int ticks, int msps) { ...@@ -161,7 +161,7 @@ Event* Event::step (unsigned int ticks, int msps) {
case 6: case 6:
int count = level->path[set[E_MULTIPURPOSE]].node; count = level->path[set[E_MULTIPURPOSE]].node;
// Use the path from the level file // Use the path from the level file
dx = TTOF(gridX) + ITOF(level->path[set[E_MULTIPURPOSE]].x[count]) - x; dx = TTOF(gridX) + ITOF(level->path[set[E_MULTIPURPOSE]].x[count]) - x;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment