mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 13:09:15 +00:00
(svn r27443) -Fix: Negoation in comment was wrong.
This commit is contained in:
@@ -848,7 +848,7 @@ public:
|
|||||||
}
|
}
|
||||||
return ES_HANDLED;
|
return ES_HANDLED;
|
||||||
}
|
}
|
||||||
/* FALL THROUGH, space is pressed and filter isn't focused. */
|
/* FALL THROUGH, space is pressed and filter is focused. */
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return ES_NOT_HANDLED;
|
return ES_NOT_HANDLED;
|
||||||
|
Reference in New Issue
Block a user