(svn r1242) -Fix: fix some morhpos warnings (tokai)

pull/155/head
darkvater 20 years ago
parent 007895ae1a
commit cdcb96305f

@ -1338,9 +1338,9 @@ static void CustCurrencyWndProc(Window *w, WindowEvent *e)
case WE_CLICK: { case WE_CLICK: {
bool edittext = false; bool edittext = false;
int line = (e->click.pt.y - 20)/12; int line = (e->click.pt.y - 20)/12;
int len; int len = 0;
int x = e->click.pt.x; int x = e->click.pt.x;
StringID str; StringID str = 0;
switch ( line ) { switch ( line ) {
case 0: // rate case 0: // rate

Loading…
Cancel
Save