From 813c609c5fd932f5b0adb195a7cbba424f2907b1 Mon Sep 17 00:00:00 2001 From: Lactozilla Date: Thu, 23 May 2024 01:32:13 -0300 Subject: [PATCH] Fix repeatcnt data type mistake in UDMF specification --- doc/specs/udmf_srb2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/udmf_srb2.txt b/doc/specs/udmf_srb2.txt index b25ed1af3..d6d71a0d5 100644 --- a/doc/specs/udmf_srb2.txt +++ b/doc/specs/udmf_srb2.txt @@ -126,7 +126,7 @@ Sonic Robo Blast 2 defines the following standardized fields: texturebottom = ; // Lower texture. Default = "-". texturemiddle = ; // Middle texture. Default = "-". - repeatcnt = ; // Number of middle texture repetitions. Default = 0 + repeatcnt = ; // Number of middle texture repetitions. Default = 0. sector = ; // Sector index. No valid default.