Add missing full stop

This commit is contained in:
Pasi Kallinen
2024-12-04 16:46:05 +02:00
parent 7c28fa1828
commit c868119a33

View File

@@ -118,7 +118,7 @@ done2(void)
if (abandon_tutorial)
schedule_goto(&u.ucamefrom, UTOTYPE_ATSTAIRS,
"Resuming regular play", (char *) 0);
"Resuming regular play.", (char *) 0);
return ECMD_OK;
}