mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-19 14:32:34 +00:00
demovars_s: Remove unused fromtitle property
Was superseded by demo.title
This commit is contained in:
parent
c6dde48245
commit
604ac1101b
2 changed files with 1 additions and 2 deletions
|
|
@ -2232,7 +2232,7 @@ void F_TitleScreenTicker(boolean run)
|
||||||
sprintf(dname, "%s/GHOST_%u", mapheaderinfo[mapnum]->lumpname, numstaff);
|
sprintf(dname, "%s/GHOST_%u", mapheaderinfo[mapnum]->lumpname, numstaff);
|
||||||
|
|
||||||
loadreplay:
|
loadreplay:
|
||||||
demo.title = demo.fromtitle = true;
|
demo.title = true;
|
||||||
demo.ignorefiles = true;
|
demo.ignorefiles = true;
|
||||||
demo.loadfiles = false;
|
demo.loadfiles = false;
|
||||||
G_DoPlayDemo(dname);
|
G_DoPlayDemo(dname);
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ struct demovars_s {
|
||||||
boolean rewinding; // Rewind in progress
|
boolean rewinding; // Rewind in progress
|
||||||
|
|
||||||
boolean loadfiles, ignorefiles; // Demo file loading options
|
boolean loadfiles, ignorefiles; // Demo file loading options
|
||||||
boolean fromtitle; // SRB2Kart: Don't stop the music
|
|
||||||
boolean inreplayhut; // Go back to replayhut after demos
|
boolean inreplayhut; // Go back to replayhut after demos
|
||||||
boolean quitafterplaying; // quit after playing a demo from cmdline
|
boolean quitafterplaying; // quit after playing a demo from cmdline
|
||||||
boolean deferstart; // don't start playing demo right away
|
boolean deferstart; // don't start playing demo right away
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue