DREAMWEB: Remove more global variables

This commit is contained in:
Filippos Karapetis 2011-12-28 05:47:09 +02:00
parent 1d4337ebb5
commit ed72efe05b
5 changed files with 17 additions and 9 deletions

View file

@ -585,6 +585,9 @@ void DreamBase::purgeALocation(uint8 index) {
}
const uint8 *DreamBase::getObTextStart() {
const uint16 kSettext = 130*2;
const uint16 kFreetext = 82*2;
const uint8 *textBase;
const uint8 *text;
uint16 textOff;