Removed cursor

This commit is contained in:
y4my4my4m 2023-05-31 02:23:31 +09:00
parent 2f7381847a
commit 3c2ab12e30

View file

@ -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;
}