aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-04-23 07:02:11 +0000
committerTorbjörn Andersson2004-04-23 07:02:11 +0000
commit8f8185f035d747c720371d88de90c54e43a543d0 (patch)
tree2599ef6fe6c74d0ea01bdb02e4a0619074da55d3 /sword2/logic.h
parentfd38da7f134235c541860168f21c8706c2e62c19 (diff)
downloadscummvm-rg350-8f8185f035d747c720371d88de90c54e43a543d0.tar.gz
scummvm-rg350-8f8185f035d747c720371d88de90c54e43a543d0.tar.bz2
scummvm-rg350-8f8185f035d747c720371d88de90c54e43a543d0.zip
Major revamping of the BS2 memory manager and, some small changes to the
resource manager. All new code! All new bugs! svn-id: r13603
Diffstat (limited to 'sword2/logic.h')
-rw-r--r--sword2/logic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/logic.h b/sword2/logic.h
index dc9852d09f..3d7586b5c3 100644
--- a/sword2/logic.h
+++ b/sword2/logic.h
@@ -87,7 +87,7 @@ private:
uint32 textNumber;
uint16 startFrame;
uint16 endFrame;
- Memory *text_mem;
+ byte *text_mem;
uint32 speechBufferSize;
uint16 *speech_mem;
};