Skip to content
Snippets Groups Projects
Commit 4a92a5e2 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove obsolete comment

parent c464596b
No related branches found
No related tags found
No related merge requests found
Pipeline #7877 passed
...@@ -569,7 +569,6 @@ can_cheat(struct blockstate *bs, struct vmem_cell *vc) ...@@ -569,7 +569,6 @@ can_cheat(struct blockstate *bs, struct vmem_cell *vc)
return vc->bg == bs->cheat_colour && (vc->ch == ' ') && (vc->font < CONIO_FIRST_FREE_FONT) && !(vc->bg & 0x02000000); return vc->bg == bs->cheat_colour && (vc->ch == ' ') && (vc->font < CONIO_FIRST_FREE_FONT) && !(vc->bg & 0x02000000);
} }
// Returns false if we can't chate, true otherwise
static void static void
calc_charstate(struct blockstate *bs, struct vmem_cell *vc, struct charstate *cs, int xpos, int ypos) calc_charstate(struct blockstate *bs, struct vmem_cell *vc, struct charstate *cs, int xpos, int ypos)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment