Skip to content

Commit

Permalink
make blast flash a single video frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Warboy1982 committed Apr 19, 2015
1 parent da19de5 commit 7d3cfdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/Battlescape/ExplosionBState.cpp
Expand Up @@ -197,10 +197,6 @@ void ExplosionBState::think()
}
}
}
else
{
_parent->getMap()->setBlastFlash(false);
}
}

/**
Expand Down
1 change: 1 addition & 0 deletions src/Battlescape/Map.cpp
Expand Up @@ -1213,6 +1213,7 @@ void Map::drawTerrain(Surface *surface)
pixel = (pixel / 16) * 16;
surface->setPixelIterative(&x, &y, pixel);
}
_flashScreen = false;
}
else
{
Expand Down

0 comments on commit 7d3cfdd

Please sign in to comment.