Skip to content

Commit

Permalink
UI: Fixed spelling mistake in credits
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-li-wop committed Nov 7, 2023
1 parent 9ba8bfb commit 6d34481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/ui_credits.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ static cr_line credits[] = {
{"DemonPrincess", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_white},
{"GomJabbar", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_white},
{"Wakey", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_white},
{"Paster", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_white},
{"Padster", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_white},
{"Smiley", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_white},
{"meimeiriver", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_white},
{"Fiesling", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_white},
Expand Down

0 comments on commit 6d34481

Please sign in to comment.