mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Fixed typo in the sector scroll speed options in the ZDoom_misc.cfg configuration file
This commit is contained in:
parent
82af8bfe56
commit
5bc788a7aa
1 changed files with 8 additions and 8 deletions
|
@ -704,10 +704,10 @@ enums
|
||||||
64 = "64: West slow";
|
64 = "64: West slow";
|
||||||
96 = "96: West very slow";
|
96 = "96: West very slow";
|
||||||
128 = "128: Don't scroll";
|
128 = "128: Don't scroll";
|
||||||
160 = "144: East very slow";
|
160 = "160: East very slow";
|
||||||
192 = "160: East slow";
|
192 = "192: East slow";
|
||||||
224 = "176: East normal";
|
224 = "224: East normal";
|
||||||
240 = "192: East fast";
|
240 = "240: East fast";
|
||||||
256 = "256: East very fast";
|
256 = "256: East very fast";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -719,10 +719,10 @@ enums
|
||||||
64 = "64: South slow";
|
64 = "64: South slow";
|
||||||
96 = "96: South very slow";
|
96 = "96: South very slow";
|
||||||
128 = "128: Don't scroll";
|
128 = "128: Don't scroll";
|
||||||
160 = "144: North very slow";
|
160 = "160: North very slow";
|
||||||
192 = "160: North slow";
|
192 = "192: North slow";
|
||||||
224 = "176: North normal";
|
224 = "224: North normal";
|
||||||
240 = "192: North fast";
|
240 = "240: North fast";
|
||||||
256 = "256: North very fast";
|
256 = "256: North very fast";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue