diff options
author | Travis Howell | 2006-04-08 00:19:04 +0000 |
---|---|---|
committer | Travis Howell | 2006-04-08 00:19:04 +0000 |
commit | daa60166feac99ffc96962a9668a1ee272cdc4d0 (patch) | |
tree | bdf1beff066d50f7783d75df70767d7cd2303b07 /engines/simon/simon.cpp | |
parent | 9a7b16e4d3eeb60ce2ed58159adb40486210ec07 (diff) | |
download | scummvm-rg350-daa60166feac99ffc96962a9668a1ee272cdc4d0.tar.gz scummvm-rg350-daa60166feac99ffc96962a9668a1ee272cdc4d0.tar.bz2 scummvm-rg350-daa60166feac99ffc96962a9668a1ee272cdc4d0.zip |
Remove excess ; in scrollEvent()
svn-id: r21676
Diffstat (limited to 'engines/simon/simon.cpp')
-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) { |