diff options
author | Max Horn | 2005-04-23 13:52:27 +0000 |
---|---|---|
committer | Max Horn | 2005-04-23 13:52:27 +0000 |
commit | 8fddaada1dd6dad2302eb153892257d2020883fc (patch) | |
tree | 48f22984e2df39ad352d3306a591bff053e4df3e /doc | |
parent | e70c98fa22c193dd5077a21729771aa440edd106 (diff) | |
download | scummvm-rg350-8fddaada1dd6dad2302eb153892257d2020883fc.tar.gz scummvm-rg350-8fddaada1dd6dad2302eb153892257d2020883fc.tar.bz2 scummvm-rg350-8fddaada1dd6dad2302eb153892257d2020883fc.zip |
Simplified debuglevel handling:
- it's only honored in the global level of the config file
- all checks for it go through gDebugLevel now, which is made global
- the '-d' switch is handled in a slightly saner and consistent way
- removed 'debuglevel' from the config format documentation; we do
not want to encourage the avarage user to use it
svn-id: r17769
Diffstat (limited to 'doc')
-rw-r--r-- | doc/08.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/08.tex b/doc/08.tex index 84cdf3285f..09f2d27889 100644 --- a/doc/08.tex +++ b/doc/08.tex @@ -118,8 +118,6 @@ The following keywords are recognized: & Queen \\ boot\_param &number Pass this number to the boot script\\ - debuglevel &number Enable debug output. The higher number, the\\ - & more verbose output.\\ \end{tabular} Broken Sword II adds the following non-standard keywords:\\ |