Fixed: 65:Plat_UpByValue had incorrect argument description

This commit is contained in:
ZZYZX 2017-01-25 17:31:03 +02:00
parent ee936152cc
commit 5ebdbd12d5
3 changed files with 4 additions and 4 deletions

View file

@ -1450,7 +1450,7 @@ platform
arg3
{
title = "Lower by (* 8)";
title = "Raise by (* 8)";
}
}
}

View file

@ -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")]

View file

@ -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")]