LAB: Renames in vga.cpp

This commit is contained in:
Eugene Sandulenko 2015-11-30 20:07:23 +01:00 committed by Willem Jan Palenstijn
parent 8dbdc70de4
commit 6d4b71e2ce
12 changed files with 78 additions and 78 deletions

View file

@ -482,7 +482,7 @@ static void doActions(Action * APtr, CloseDataPtr *LCPtr) {
case WAITSECS:
g_lab->addCurTime(APtr->Param1, 0, &StartSecs, &StartMicros);
g_lab->WSDL_UpdateScreen();
g_lab->screenUpdate();
while (1) {
g_lab->_music->updateMusic();
@ -566,7 +566,7 @@ static void doActions(Action * APtr, CloseDataPtr *LCPtr) {
diffcmap[idx] = 255 - diffcmap[idx];
g_lab->waitTOF();
g_lab->VGASetPal(diffcmap, 256);
g_lab->setPalette(diffcmap, 256);
g_lab->waitTOF();
g_lab->waitTOF();
} else if (APtr->Param1 == 4) { /* white the palette */
@ -575,7 +575,7 @@ static void doActions(Action * APtr, CloseDataPtr *LCPtr) {
g_lab->waitTOF();
} else if (APtr->Param1 == 6) { /* Restore the palette */
g_lab->waitTOF();
g_lab->VGASetPal(diffcmap, 256);
g_lab->setPalette(diffcmap, 256);
g_lab->waitTOF();
g_lab->waitTOF();
} else if (APtr->Param1 == 7) { /* Quick pause */