DREAMWEB: Remove more global variables
This commit is contained in:
parent
1d4337ebb5
commit
ed72efe05b
5 changed files with 17 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue