1
0
Fork 0

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

release/0.7
rubidium 2009-01-03 10:56:38 +00:00
parent 6913ae5a5f
commit c3954f2e38
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}