diff options
author | Arnaud Boutonné | 2010-09-26 11:43:07 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-09-26 11:43:07 +0000 |
commit | 64017f266ef581701b709c140322147f37df97fd (patch) | |
tree | 962a93b9f43158e2924e17798fdcd276856fcc15 /engines | |
parent | 20a618045943af4df7ac21d298c4a3db4c414129 (diff) | |
download | scummvm-rg350-64017f266ef581701b709c140322147f37df97fd.tar.gz scummvm-rg350-64017f266ef581701b709c140322147f37df97fd.tar.bz2 scummvm-rg350-64017f266ef581701b709c140322147f37df97fd.zip |
HUGO: Remove extra ;
svn-id: r52903
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hugo/display.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/display.cpp b/engines/hugo/display.cpp index ba316e3923..abc1e14ea7 100644 --- a/engines/hugo/display.cpp +++ b/engines/hugo/display.cpp @@ -440,7 +440,7 @@ void Screen::drawRectangle(bool filledFl, uint16 x1, uint16 y1, uint16 x2, uint1 } else { warning("STUB: drawRectangle()"); } -}; +} Screen_v1d::Screen_v1d(HugoEngine &vm) : Screen(vm) { } |