mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Merge branch 'continuequestionmark' into 'master'
Continue? See merge request STJr/SRB2Internal!562
This commit is contained in:
commit
9a1dd06776
1 changed files with 1 additions and 1 deletions
|
@ -3550,7 +3550,7 @@ void F_ContinueDrawer(void)
|
||||||
if (timetonext >= (11*TICRATE)+10)
|
if (timetonext >= (11*TICRATE)+10)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
V_DrawLevelTitle(x - (V_LevelNameWidth("CONTINUE")>>1), 16, 0, "CONTINUE");
|
V_DrawLevelTitle(x - (V_LevelNameWidth("Continue?")>>1), 16, 0, "Continue?");
|
||||||
|
|
||||||
// Two stars...
|
// Two stars...
|
||||||
patch = W_CachePatchName("CONTSTAR", PU_CACHE);
|
patch = W_CachePatchName("CONTSTAR", PU_CACHE);
|
||||||
|
|
Loading…
Reference in a new issue