summaryrefslogtreecommitdiff
path: root/src/script/script_scanner.hpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-11-29 23:21:59 +0000
committertruebrain <truebrain@openttd.org>2011-11-29 23:21:59 +0000
commitc38c16773ca0bc5c928486b18318eb5b147f8ff0 (patch)
tree3388abf5b7f24e985e1640ffd422b4f7459f1a8d /src/script/script_scanner.hpp
parente37149a1def6a0e63dda8e0964abf1b82316761a (diff)
downloadopenttd-c38c16773ca0bc5c928486b18318eb5b147f8ff0.tar.xz
(svn r23363) -Documentation: document a tiny bit better what is in variables
Diffstat (limited to 'src/script/script_scanner.hpp')
-rw-r--r--src/script/script_scanner.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/script_scanner.hpp b/src/script/script_scanner.hpp
index ac9b25fdc..e0788b605 100644
--- a/src/script/script_scanner.hpp
+++ b/src/script/script_scanner.hpp
@@ -82,8 +82,8 @@ public:
protected:
class Squirrel *engine; ///< The engine we're scanning with.
- char *main_script; ///< The name of the current main script.
- char *tar_file; ///< The filename of the tar for the main script.
+ char *main_script; ///< The full path of the script.
+ char *tar_file; ///< If, which tar file the script was in.
ScriptInfoList info_list; ///< The list of all script.
ScriptInfoList info_single_list; ///< The list of all unique script. The best script (highest version) is shown.