- add a system interface for CheckCheatmode and moved some sound code to the backend.
This commit is contained in:
parent
75afc69306
commit
8aaab153fa
25 changed files with 187 additions and 164 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue