mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Removed cursor
This commit is contained in:
parent
2f7381847a
commit
3c2ab12e30
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public U0 PaletteGod(Bool seedUse=TRUE, Bool instant=TRUE)
|
|||
if (seedUse)
|
||||
Seed(GodPick);
|
||||
for (i=0; i < 16; i++)
|
||||
gr_palette[i] = ColorGod(instant);
|
||||
gr_palette[i] = ColorGod(instant);
|
||||
LFBFlush;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue