LILLIPUT: Fix draw interface icons
This commit is contained in:
parent
8019c8b26c
commit
3f10768dc1
1 changed files with 2 additions and 1 deletions
|
@ -464,7 +464,7 @@ void LilliputEngine::displayFunction8() {
|
|||
|
||||
int index = 0;
|
||||
int tmpVal;
|
||||
for (int i = 0; i < _word12F68_ERULES; i++) {
|
||||
for (index = 0; index < _word12F68_ERULES; index++) {
|
||||
tmpVal = ((_scriptHandler->_array122E9[index] << 2) + (_scriptHandler->_array122E9[index] << 4)) & 0xFF;
|
||||
displayFunction1(_bufferIdeogram, tmpVal + index, _rulesBuffer13_2[index], _rulesBuffer13_3[index]);
|
||||
}
|
||||
|
@ -591,6 +591,7 @@ void LilliputEngine::displayFunction12() {
|
|||
_system->copyRectToScreen((byte *)_mainSurface->getPixels(), 320, 0, 0, 320, 200);
|
||||
_system->updateScreen();
|
||||
|
||||
|
||||
displayFunction6();
|
||||
displayFunction7();
|
||||
displayFunction8();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue