mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
- Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries.
This commit is contained in:
parent
1b077251e3
commit
9bbb54fe2e
370 changed files with 2163 additions and 2163 deletions
|
@ -65,7 +65,7 @@ bool G_Responder (event_t *ev)
|
|||
return true;
|
||||
|
||||
if (gamestate == GS_LEVEL && automapMode != am_off && AM_Responder(ev, false)) return true;
|
||||
|
||||
|
||||
switch (ev->type)
|
||||
{
|
||||
case EV_KeyDown:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue