mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Merge branch 'fix-repeatcnt-spec' into 'next'
Fix repeatcnt data type mistake in UDMF specification See merge request STJr/SRB2!2458
This commit is contained in:
commit
62d0d91e8d
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