- fixed typos in UDMF spec.

SVN r1374 (trunk)
This commit is contained in:
Christoph Oelckers 2009-01-28 08:26:27 +00:00
parent a3b11af15a
commit d08c0e08f2
1 changed files with 2 additions and 1 deletions

View File

@ -159,12 +159,13 @@ Note: All <bool> fields default to false unless mentioned otherwise.
thing
{
skill#= <bool> // Unlike the base spec, # can range from 1-8.
skill# = <bool> // Unlike the base spec, # can range from 1-8.
// 8 is the maximum amount of skills the skill
// menu can display.
class# = <bool> // Unlike the base spec, # can range from 1-8.
// 8 is the maximum amount of classes the class
// menu can display.
}