mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-01 23:20:44 +00:00
Minifix for idCommonLocal
This commit is contained in:
parent
1feaa335df
commit
55cc6b3946
1 changed files with 3 additions and 2 deletions
|
@ -127,14 +127,15 @@ idCommonLocal::idCommonLocal() :
|
|||
lastPacifierSessionTime( 0 ),
|
||||
lastPacifierGuiTime( 0 ),
|
||||
lastPacifierDialogState( false ),
|
||||
showShellRequested( false ),
|
||||
showShellRequested( false )
|
||||
// RB begin
|
||||
#if defined(USE_DOOMCLASSIC)
|
||||
,
|
||||
currentGame( DOOM3_BFG ),
|
||||
idealCurrentGame( DOOM3_BFG ),
|
||||
doomClassicMaterial( NULL )
|
||||
#endif
|
||||
/ // RB end
|
||||
// RB end
|
||||
{
|
||||
|
||||
snapCurrent.localTime = -1;
|
||||
|
|
Loading…
Reference in a new issue