diff options
-rw-r--r-- | engines/simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index 6334db9ba8..c186688bb0 100644 --- a/engines/simon/simon.cpp +++ b/engines/simon/simon.cpp @@ -2689,7 +2689,7 @@ void SimonEngine::timer_vga_sprites() { void SimonEngine::scrollEvent() { byte *dst = getFrontBuf(); const byte *src; - uint x, y;; + uint x, y; if (_scrollXMax == 0) { if (_scrollFlag < 0) { |