aboutsummaryrefslogtreecommitdiff
path: root/doc/config.tex
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-28 09:21:32 +0000
committerTorbjörn Andersson2006-05-28 09:21:32 +0000
commitb17f0e8b6d2073fa91bbd6096bad367531d18baa (patch)
tree86a2486745237af72b639529f6673c7adb91df6c /doc/config.tex
parente06ee0c4902ce0627b9461da6a39ff331379943a (diff)
downloadscummvm-rg350-b17f0e8b6d2073fa91bbd6096bad367531d18baa.tar.gz
scummvm-rg350-b17f0e8b6d2073fa91bbd6096bad367531d18baa.tar.bz2
scummvm-rg350-b17f0e8b6d2073fa91bbd6096bad367531d18baa.zip
The Kyra settings are now stored in the config file instead of the savegames.
The settings in older savegames are ignored. svn-id: r22705
Diffstat (limited to 'doc/config.tex')
-rw-r--r--doc/config.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/config.tex b/doc/config.tex
index 4761b72261..e6696fe1cc 100644
--- a/doc/config.tex
+++ b/doc/config.tex
@@ -142,3 +142,8 @@ Simon the Sorcerer 1 \& 2 add the following non-standard keywords:\\
music\_mute &bool &If true, music is muted\\
sfx\_mute &bool &If true, sound effects are muted\\
\end{tabular}
+
+The Legend of Kyrandia adds the following non-standard keyword:\\
+\begin{tabular}[h]{lll}
+ walkspeed &int &The walk speed (0-4)\\
+\end{tabular}