mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-19 02:38:32 +00:00
cleanup
svn-id: r8467
This commit is contained in:
parent
90b96f2e16
commit
aa83d4fd31
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user