Merge branch 'master' into jgrpp

# Conflicts:
#	src/lang/korean.txt
#	src/misc_gui.cpp
This commit is contained in:
Jonathan G Rennison
2022-12-04 20:45:48 +00:00
19 changed files with 339 additions and 106 deletions

View File

@@ -110,7 +110,7 @@ ScriptObject::ActiveInstance::~ActiveInstance()
/* static */ void ScriptObject::SetDoCommandCosts(Money value)
{
GetStorage()->costs = CommandCost(value);
GetStorage()->costs = CommandCost(INVALID_EXPENSES, value); // Expense type is never read.
}
/* static */ void ScriptObject::IncreaseDoCommandCosts(Money value)