mirror of https://github.com/OpenTTD/OpenTTD
(svn r27443) -Fix: Negoation in comment was wrong.
parent
3261ff5cf1
commit
4fcaee1fee
|
@ -848,7 +848,7 @@ public:
|
|||
}
|
||||
return ES_HANDLED;
|
||||
}
|
||||
/* FALL THROUGH, space is pressed and filter isn't focused. */
|
||||
/* FALL THROUGH, space is pressed and filter is focused. */
|
||||
|
||||
default:
|
||||
return ES_NOT_HANDLED;
|
||||
|
|
Loading…
Reference in New Issue