mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-16 02:59:10 +00:00
(svn r1242) -Fix: fix some morhpos warnings (tokai)
This commit is contained in:
@@ -1338,9 +1338,9 @@ static void CustCurrencyWndProc(Window *w, WindowEvent *e)
|
||||
case WE_CLICK: {
|
||||
bool edittext = false;
|
||||
int line = (e->click.pt.y - 20)/12;
|
||||
int len;
|
||||
int len = 0;
|
||||
int x = e->click.pt.x;
|
||||
StringID str;
|
||||
StringID str = 0;
|
||||
|
||||
switch ( line ) {
|
||||
case 0: // rate
|
||||
|
Reference in New Issue
Block a user