(svn r9652) -Fix(r9651): "const" keyword forgotten. Spotted by glx.

I guess i'm a bit eager to have a writable array for newindustries ;)
pull/155/head
belugas 18 years ago
parent 5c4700599e
commit 6427aff94e

@ -792,7 +792,7 @@ static void SmallMapWindowProc(Window *w, WindowEvent *e)
{
switch (e->event) {
case WE_PAINT: {
LegendAndColour *tbl;
const LegendAndColour *tbl;
int x, y, y_org;
DrawPixelInfo new_dpi;

Loading…
Cancel
Save