diff options
author | rubidium <rubidium@openttd.org> | 2009-01-03 10:52:22 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-03 10:52:22 +0000 |
commit | 1bc6b7a7a5ddacc8988f4d775ae4a623fc7d84db (patch) | |
tree | eadf36f73c5f291ef509cb36ade71a2c196ac035 /src/settings_gui.cpp | |
parent | 2352b1ca68ea4b345fe30950a7826278a8638175 (diff) | |
download | openttd-1bc6b7a7a5ddacc8988f4d775ae4a623fc7d84db.tar.xz |
(svn r14794) -Document: a few functions/variables (Alberth)
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r-- | src/settings_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 014a171e9..2506cd206 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -750,7 +750,7 @@ enum PatchesSelectionWidgets { }; struct PatchesSelectionWindow : Window { - static GameSettings *patches_ptr; + static GameSettings *patches_ptr; ///< Pointer to the game settings being displayed and modified static int patches_max; ///< Maximal number of patches on a single page int page; |