Changeset - r6476:087438335621
[Not reviewed]
master
0 1 0
belugas - 18 years ago 2007-04-16 19:55:17
belugas@openttd.org
(svn r9652) -Fix(r9651): "const" keyword forgotten. Spotted by glx.
I guess i'm a bit eager to have a writable array for newindustries ;)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/smallmap_gui.cpp
Show inline comments
 
@@ -792,7 +792,7 @@ static void SmallMapWindowProc(Window *w
 
{
 
	switch (e->event) {
 
		case WE_PAINT: {
 
			LegendAndColour *tbl;
 
			const LegendAndColour *tbl;
 
			int x, y, y_org;
 
			DrawPixelInfo new_dpi;
 

	
0 comments (0 inline, 0 general)