mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Fixed: 65:Plat_UpByValue had incorrect argument description
This commit is contained in:
parent
ee936152cc
commit
5ebdbd12d5
3 changed files with 4 additions and 4 deletions
|
@ -1450,7 +1450,7 @@ platform
|
|||
|
||||
arg3
|
||||
{
|
||||
title = "Lower by (* 8)";
|
||||
title = "Raise by (* 8)";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,6 +30,6 @@ using CodeImp.DoomBuilder;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.3.0.2841")]
|
||||
[assembly: AssemblyVersion("2.3.0.2843")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en")]
|
||||
[assembly: AssemblyHash("8c9514f")]
|
||||
[assembly: AssemblyHash("ee93615")]
|
||||
|
|
|
@ -29,5 +29,5 @@ using System.Resources;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.3.0.2841")]
|
||||
[assembly: AssemblyVersion("2.3.0.2843")]
|
||||
[assembly: NeutralResourcesLanguageAttribute("en")]
|
||||
|
|
Loading…
Reference in a new issue