Files @ r6431:faf2fa5fd6ce
Branch filter:

Location: cpp/openttd-patchpack/source/src/transparency_gui.h

belugas
(svn r9567) -Fix(9555, FS#718): The industry ID been collected was just an index in a out of phase array. Now, ensure that the ID will really be an IndustryType
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef TRANSPARENCY_GUI_H
#define TRANSPARENCY_GUI_H

void ShowTransparencyToolbar();

#endif /* TRANSPARENCY_GUI_H */