- text screen helper stuff for cutscene system.

This commit is contained in:
Christoph Oelckers 2021-05-22 12:21:25 +02:00
commit e5baef837a
4 changed files with 17 additions and 3 deletions

View file

@ -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;