aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-05-22 10:38:57 +0000
committerTravis Howell2005-05-22 10:38:57 +0000
commit7dc115be6f9182c7f82396cab576647bf9d63f5c (patch)
treed40362d6f6874d41b638ad46d9bc5cfb82ff6eaa /scumm/intern.h
parent76f8021a2895cc4ae9edb9edbc3678ebaff25e7e (diff)
downloadscummvm-rg350-7dc115be6f9182c7f82396cab576647bf9d63f5c.tar.gz
scummvm-rg350-7dc115be6f9182c7f82396cab576647bf9d63f5c.tar.bz2
scummvm-rg350-7dc115be6f9182c7f82396cab576647bf9d63f5c.zip
HE70+ games use flags in drawBox().
Fixes glitches in farmdemo (Old version), freddi2, lost/smaller. svn-id: r18216
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 127758393b..052a54e43c 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1068,7 +1068,6 @@ protected:
void o80_writeConfigFile();
void o80_cursorCommand();
void o80_setState();
- void o80_drawBox();
void o80_drawWizPolygon();
void o80_drawLine();
void o80_pickVarRandom();