mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- backend update.
This commit is contained in:
parent
89d5d18b9e
commit
f8caf88089
25 changed files with 67 additions and 39 deletions
|
@ -137,7 +137,7 @@ void D_PostEvent(event_t* ev)
|
|||
{
|
||||
return;
|
||||
}
|
||||
if (sysCallbacks && sysCallbacks->DispatchEvent && sysCallbacks->DispatchEvent(ev))
|
||||
if (sysCallbacks.DispatchEvent && sysCallbacks.DispatchEvent(ev))
|
||||
return;
|
||||
|
||||
events[eventhead] = *ev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue