mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Fix repeatcnt data type mistake in UDMF specification
This commit is contained in:
parent
a75fbd229e
commit
813c609c5f
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ Sonic Robo Blast 2 defines the following standardized fields:
|
||||||
texturebottom = <string>; // Lower texture. Default = "-".
|
texturebottom = <string>; // Lower texture. Default = "-".
|
||||||
texturemiddle = <string>; // Middle texture. Default = "-".
|
texturemiddle = <string>; // Middle texture. Default = "-".
|
||||||
|
|
||||||
repeatcnt = <string>; // Number of middle texture repetitions. Default = 0
|
repeatcnt = <integer>; // Number of middle texture repetitions. Default = 0.
|
||||||
|
|
||||||
sector = <integer>; // Sector index. No valid default.
|
sector = <integer>; // Sector index. No valid default.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue