Fixed typo in the sector scroll speed options in the ZDoom_misc.cfg configuration file

This commit is contained in:
biwa 2020-11-19 22:32:56 +01:00
parent 82af8bfe56
commit 5bc788a7aa

View file

@ -704,10 +704,10 @@ enums
64 = "64: West slow";
96 = "96: West very slow";
128 = "128: Don't scroll";
160 = "144: East very slow";
192 = "160: East slow";
224 = "176: East normal";
240 = "192: East fast";
160 = "160: East very slow";
192 = "192: East slow";
224 = "224: East normal";
240 = "240: East fast";
256 = "256: East very fast";
}
@ -719,10 +719,10 @@ enums
64 = "64: South slow";
96 = "96: South very slow";
128 = "128: Don't scroll";
160 = "144: North very slow";
192 = "160: North slow";
224 = "176: North normal";
240 = "192: North fast";
160 = "160: North very slow";
192 = "192: North slow";
224 = "224: North normal";
240 = "240: North fast";
256 = "256: North very fast";
}