svn-id: r8467
This commit is contained in:
Max Horn 2003-06-14 11:52:34 +00:00
parent 90b96f2e16
commit aa83d4fd31
2 changed files with 4 additions and 8 deletions

View File

@ -1072,10 +1072,11 @@ public:
int _2byteHeight;
int _2byteWidth;
byte *get2byteCharPtr(int idx);
protected:
protected:
byte *_2byteFontPtr;
#if defined(SCUMM_LITTLE_ENDIAN)
uint32 fileReadDword() { return _fileHandle.readUint32LE(); }
#elif defined(SCUMM_BIG_ENDIAN)

View File

@ -60,11 +60,6 @@ extern void drawError(char*);
Scumm *g_scumm = 0;
ScummDebugger *g_debugger;
byte *_2byteFontPtr;
int _2byteWidth;
int _2byteHeight;
bool _CJKMode;
byte *Scumm::get2byteCharPtr(int idx) {
/*
switch(language)