Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Skydusk
SRB2
Commits
813c609c
Commit
813c609c
authored
1 year ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
Fix repeatcnt data type mistake in UDMF specification
parent
a75fbd22
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/specs/udmf_srb2.txt
+1
-1
1 addition, 1 deletion
doc/specs/udmf_srb2.txt
with
1 addition
and
1 deletion
doc/specs/udmf_srb2.txt
+
1
−
1
View file @
813c609c
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment