aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/resources.h
diff options
context:
space:
mode:
authorD G Turner2012-09-02 04:56:20 +0100
committerD G Turner2012-09-02 04:56:20 +0100
commit31cb5ce3f1e970699318e1c7cbfe1ae57804a14c (patch)
tree140ffd579624f891024659540fa28bccc58efa4e /engines/teenagent/resources.h
parent7f8d15d008b8b5a97294ba37e7a62220cb49af0b (diff)
downloadscummvm-rg350-31cb5ce3f1e970699318e1c7cbfe1ae57804a14c.tar.gz
scummvm-rg350-31cb5ce3f1e970699318e1c7cbfe1ae57804a14c.tar.bz2
scummvm-rg350-31cb5ce3f1e970699318e1c7cbfe1ae57804a14c.zip
TEENAGENT: Remove final usages of code segment blob.
The loading of cseg is now replaced by skipping, so that the external dat file remains the same, but RAM usage is reduced. The callbacks code will now error on unknown callback addresses, which should not happen as all cases should now be covered, though the callback tables need to be checked to ensure this is guaranteed.
Diffstat (limited to 'engines/teenagent/resources.h')
-rw-r--r--engines/teenagent/resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/resources.h b/engines/teenagent/resources.h
index c448736cda..364d683d8c 100644
--- a/engines/teenagent/resources.h
+++ b/engines/teenagent/resources.h
@@ -1164,7 +1164,7 @@ public:
FilePack off, on, ons, lan000, lan500, sam_mmm, sam_sam, mmm, voices;
#endif
- Segment cseg, dseg;
+ Segment dseg;
Font font7, font8;
//const byte *getDialog(uint16 dialogNum) { return eseg.ptr(dialogOffsets[dialogNum]); }