- text screen helper stuff for cutscene system.
This commit is contained in:
parent
933fa62782
commit
e5baef837a
4 changed files with 17 additions and 3 deletions
|
|
@ -51,6 +51,8 @@
|
|||
#include "s_music.h"
|
||||
#include "m_argv.h"
|
||||
|
||||
CVAR(Bool, inter_subtitles, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG);
|
||||
|
||||
DObject* runner;
|
||||
PClass* runnerclass;
|
||||
PType* runnerclasstype;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
#include "s_soundinternal.h"
|
||||
#include "gamestate.h"
|
||||
#include "zstring.h"
|
||||
#include "c_cvars.h"
|
||||
|
||||
EXTERN_CVAR(Bool, inter_subtitles)
|
||||
|
||||
using CompletionFunc = std::function<void(bool)>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue