diff options
Diffstat (limited to 'engines/gob/script.h')
-rw-r--r-- | engines/gob/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/script.h b/engines/gob/script.h index 84daeaf1af..cf9eb246ce 100644 --- a/engines/gob/script.h +++ b/engines/gob/script.h @@ -150,7 +150,7 @@ private: byte *_totPtr; uint32 _totSize; - int16 _lomHandle; + Common::SeekableReadStream *_lom; TOTFile::Properties _totProperties; |