mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 18:50:47 +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)
|
||||
{
|
||||
|
||||
|
||||
switch (command) {
|
||||
case kCmdState:
|
||||
command = evGetSourceState(nType, nIndex) ? kCmdOn : kCmdOff;
|
||||
|
|
Loading…
Reference in a new issue