Skip to content

Commit

Permalink
Rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Oct 7, 2024
1 parent 3f3d14f commit baa1755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/stores.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ void StartStore(TalkID store /*= TalkID::MainMenu*/)
}
}

void DrawStoreText(const Surface &out)
void DrawStore(const Surface &out)
{
if (!IsTextFullSize)
DrawTextUI(out);
Expand Down
2 changes: 1 addition & 1 deletion Source/stores.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void DrawSLine(const Surface &out, int sy);
void DrawSTextHelp();
void ClearTextLines(int start, int end);
void StartStore(TalkID s = TalkID::MainMenu);
void DrawStoreText(const Surface &out);
void DrawStore(const Surface &out);
void StoreESC();
void StoreUp();
void StoreDown();
Expand Down

0 comments on commit baa1755

Please sign in to comment.