diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index e43d0fb462..01636d7659 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -879,13 +879,6 @@ public: } _akosQueue[32]; int16 _akosQueuePos; - struct { - int16 posX; - int16 posY; - int16 color; - byte sentence[128]; - } _talkQueue[16]; - Common::Rect _actorClipOverride; bool akos_increaseAnims(const byte *akos, Actor *a); |