Skip to content
Snippets Groups Projects
Commit b7b79b0e authored by deuce's avatar deuce
Browse files

Fix some errors in last commit

parent 4f4d1914
No related branches found
No related tags found
No related merge requests found
......@@ -2763,7 +2763,6 @@ struct cterminal* CIOLIBCALL cterm_init(int height, int width, int xpos, int ypo
/* Set up a shadow palette */
gettextinfo(&ti);
vmode = find_vmode(ti.currmode);
for (i=0; i < sizeof(dac_default)/sizeof(struct dac_colors); i++)
setpalette(i+16, dac_default[i].red << 8 | dac_default[i].red, dac_default[i].green << 8 | dac_default[i].green, dac_default[i].blue << 8 | dac_default[i].blue);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment