forked from mirror/OpenTTD
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
This commit is contained in:
@@ -220,7 +220,7 @@ static void NewsWindowProc(Window *w, WindowEvent *e)
|
||||
if (w->viewport != NULL)
|
||||
w->viewport->top += y - w->top;
|
||||
|
||||
diff = delta(w->top, y);
|
||||
diff = Delta(w->top, y);
|
||||
w->top = y;
|
||||
|
||||
SetDirtyBlocks(w->left, w->top - diff, w->left + w->width, w->top + w->height);
|
||||
|
Reference in New Issue
Block a user