mirror of https://github.com/OpenTTD/OpenTTD
Doc: Missing member description
parent
596fb5d54a
commit
838117b05e
|
@ -269,7 +269,7 @@ private:
|
||||||
AbstractFileType abstract_filetype; /// Type of file to select.
|
AbstractFileType abstract_filetype; /// Type of file to select.
|
||||||
SaveLoadOperation fop; ///< File operation to perform.
|
SaveLoadOperation fop; ///< File operation to perform.
|
||||||
FileList fios_items; ///< Save game list.
|
FileList fios_items; ///< Save game list.
|
||||||
FiosItem o_dir;
|
FiosItem o_dir; ///< Original dir (home dir for this browser)
|
||||||
const FiosItem *selected; ///< Selected game in #fios_items, or \c nullptr.
|
const FiosItem *selected; ///< Selected game in #fios_items, or \c nullptr.
|
||||||
Scrollbar *vscroll;
|
Scrollbar *vscroll;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue