Skip to content

Commit

Permalink
better reflect defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Jul 4, 2020
1 parent cd99aa2 commit e8e5535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/richPresenceUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ std::string formatWithLevel(std::string &s, GDlevel &level,
MessageBoxA(0, error_string.c_str(), "formatter error", MB_OK);
f = s;
} catch (...) {
MessageBoxA(0, "idk", "generic error", MB_OK);
MessageBoxA(0, "idk", "unknown format error", MB_OK);
f = s;
}
return f;
Expand Down Expand Up @@ -113,7 +113,7 @@ DWORD WINAPI mainThread(LPVOID lpParam) {

// next we fill in defaults to aid in creation
configPresence saved_level = {"Playing {name}", "by {author} ({best}%)",
"{stars}* {diff}"},
"{stars}* {diff} ({id})"},
playtesting_level = {"Editing a level", "", ""},
error_level = {"Playing a level", "", ""},
editor_status = {"Editing a level", "", ""},
Expand Down

0 comments on commit e8e5535

Please sign in to comment.