Skip to content
Snippets Groups Projects
Commit 813c609c authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix repeatcnt data type mistake in UDMF specification

parent a75fbd22
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ Sonic Robo Blast 2 defines the following standardized fields: ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment