(svn r14796) -Fix: if using variable, use it everywhere instead of hardcoding it's value sometimes (Alberth)

pull/155/head
rubidium 16 years ago
parent 183990de30
commit a8f73dbb84

@ -849,7 +849,7 @@ struct PatchesSelectionWindow : Window {
SetDParam(1, value);
}
}
DrawString(30, y, (sdb->str) + disabled, TC_FROMSTRING);
DrawString(x + 25, y, (sdb->str) + disabled, TC_FROMSTRING);
y += SETTING_HEIGHT;
}
}

Loading…
Cancel
Save