mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2024-11-10 06:41:36 +00:00
Merge branch 'master' of https://github.com/DrBeef/Doom3Quest
This commit is contained in:
commit
c68b7e1373
1 changed files with 3 additions and 17 deletions
|
@ -8415,23 +8415,9 @@ bool idPlayer::UpdateFocusPDA()
|
||||||
|
|
||||||
void idPlayer::SendPDAEvent( const sysEvent_t* sev )
|
void idPlayer::SendPDAEvent( const sysEvent_t* sev )
|
||||||
{
|
{
|
||||||
objectiveSystem->HandleEvent(sev, gameLocal.time );
|
const char *command = NULL;
|
||||||
//HandleGuiEvents( sev );
|
command = objectiveSystem->HandleEvent(sev, gameLocal.time );
|
||||||
/*if ( common->Dialog().IsDialogActive() || game->Shell_IsActive() ) //commonVr->VR_GAME_PAUSED )
|
HandleGuiCommands( this, command );
|
||||||
{
|
|
||||||
if ( common->Dialog().IsDialogActive() )
|
|
||||||
{
|
|
||||||
common->Dialog().HandleDialogEvent( sev );
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
game->Shell_HandleGuiEvent( sev );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
HandleGuiEvents( sev );
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue