match RA branding softcore->casual (#1142)

This commit is contained in:
Logan McNaughton
2026-07-01 09:34:48 +02:00
committed by GitHub
parent da061240af
commit 8bc765c1a3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ void ra_welcome(const char **game_title, const char **game_image_url) {
int message_length = snprintf(
buffer, sizeof(buffer), "%s\nMode: %s\n", game->title,
rc_client_get_hardcore_enabled(g_client) ? "Hardcore" : "Softcore");
rc_client_get_hardcore_enabled(g_client) ? "Hardcore" : "Casual");
if (summary.num_core_achievements != 0) {
snprintf(buffer + message_length, sizeof(buffer) - message_length,