Changed all the renderers' init functions to correctly call cgapal_rebuild() instead of manually rebuilding the CGA palette array.

This commit is contained in:
OBattler
2017-12-12 19:18:12 +01:00
parent 83f7d458db
commit 0d7ece0daf
3 changed files with 8 additions and 7 deletions

View File

@@ -182,6 +182,8 @@ vnc_init(UNUSED(void *arg))
32, 32, 0, 1, 255,255,255, 16, 8, 0, 0, 0
};
cgapal_rebuild();
if (rfb == NULL) {
wcstombs(title, ui_window_title(NULL), sizeof(title));
updatingSize = 0;