Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jordon Moss
EDuke32-CSRefactor
Commits
fe8316af
Commit
fe8316af
authored
Jul 15, 2021
by
Richard Gobeille
Browse files
Duke3d: open menu with right mouse button during demo playback
parent
949c1be7
Changes
1
Show whitespace changes
Inline
Side-by-side
source/duke3d/src/demo.cpp
View file @
fe8316af
...
...
@@ -876,7 +876,7 @@ nextdemo_nomenu:
goto
RECHECK
;
}
if
(
I_EscapeTrigger
()
&&
(
g_player
[
myconnectindex
].
ps
->
gm
&
MODE_MENU
)
==
0
&&
(
g_player
[
myconnectindex
].
ps
->
gm
&
MODE_TYPE
)
==
0
)
if
(
(
I_EscapeTrigger
()
||
(
MOUSE_GetButtons
()
&
RIGHT_MOUSE
))
&&
(
g_player
[
myconnectindex
].
ps
->
gm
&
MODE_MENU
)
==
0
&&
(
g_player
[
myconnectindex
].
ps
->
gm
&
MODE_TYPE
)
==
0
)
{
I_EscapeTriggerClear
();
FX_StopAllSounds
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment