Skip to content

Commit

Permalink
Rename potato mode to simple flats
Browse files Browse the repository at this point in the history
  • Loading branch information
viciious committed Jul 17, 2024
1 parent e483a27 commit 5b61e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion o_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ void O_Init (void)
menuitem[mi_anamorphic].x = ITEMX;
menuitem[mi_anamorphic].y = STARTY + ITEMSPACE * 2;

D_memcpy(menuitem[mi_detailmode].name, "Potato mode", 12);
D_memcpy(menuitem[mi_detailmode].name, "Simple flats", 13);
menuitem[mi_detailmode].x = ITEMX;
menuitem[mi_detailmode].y = STARTY + ITEMSPACE * 3;

Expand Down

0 comments on commit 5b61e7b

Please sign in to comment.