mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Fix errors in PR
# Conflicts: # source/blood/src/osdcmd.cpp # source/blood/src/view.cpp # source/build/src/mutex.cpp
This commit is contained in:
parent
2b36e53706
commit
3e3477c414
1 changed files with 0 additions and 2 deletions
|
@ -353,8 +353,6 @@ char evGetSourceState(int nType, int nIndex)
|
||||||
|
|
||||||
void evSend(int nIndex, int nType, int rxId, COMMAND_ID command)
|
void evSend(int nIndex, int nType, int rxId, COMMAND_ID command)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
switch (command) {
|
switch (command) {
|
||||||
case kCmdState:
|
case kCmdState:
|
||||||
command = evGetSourceState(nType, nIndex) ? kCmdOn : kCmdOff;
|
command = evGetSourceState(nType, nIndex) ? kCmdOn : kCmdOff;
|
||||||
|
|
Loading…
Reference in a new issue