forked from mirror/OpenTTD
(svn r6294) -Cleanup: Add static
This commit is contained in:
@@ -422,7 +422,8 @@ static void QZ_MouseMovedEvent(int x, int y)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void QZ_MouseButtonEvent(int button, BOOL down)
|
|
||||||
|
static void QZ_MouseButtonEvent(int button, BOOL down)
|
||||||
{
|
{
|
||||||
switch (button) {
|
switch (button) {
|
||||||
case 0:
|
case 0:
|
||||||
|
Reference in New Issue
Block a user