Skip to content

Commit

Permalink
Fix typo in new editor help
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Feb 28, 2024
1 parent f4fcbbd commit 6771363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/supreme/edithelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ const char* const helpTxt[NUM_HELPS] = {
"",
// item JSP
"To use this option, add a Special to your hub level with the Item Sprites effect. "
"It can use JSP files in the 'user' folder. For best results, use a single JSP file ",
"containing every custom item sprite for your world."
"It can use JSP files in the 'user' folder. For best results, use a single JSP file "
"containing every custom item sprite for your world.",
};

void InitEditHelp(byte mode)
Expand Down

0 comments on commit 6771363

Please sign in to comment.