- add a system interface for CheckCheatmode and moved some sound code to the backend.

This commit is contained in:
Christoph Oelckers 2022-10-02 15:14:11 +02:00
commit 8aaab153fa
25 changed files with 187 additions and 164 deletions

View file

@ -89,6 +89,7 @@
#include "hwrenderer/scene/hw_drawinfo.h"
#include "doommenu.h"
#include "screenjob.h"
#include "i_interface.h"
static FRandom pr_dmspawn ("DMSpawn");
@ -145,8 +146,6 @@ extern bool playedtitlemusic;
gameaction_t gameaction;
int paused;
bool pauseext;
bool sendpause; // send a pause event next tic
bool sendsave; // send a save event next tic
bool sendturn180; // [RH] send a 180 degree turn next tic