- reimplemented Blood's menu items.

This commit is contained in:
Christoph Oelckers 2020-10-07 00:50:26 +02:00
parent a7035a932f
commit 603c3b50ec
10 changed files with 72 additions and 59 deletions

View file

@ -1865,6 +1865,13 @@ DEFINE_ACTION_FUNCTION(_Screen, GetViewWindow)
return MIN(numret, 4);
}
DEFINE_ACTION_FUNCTION_NATIVE(_Build, ShadeToLight, shadeToLight)
{
PARAM_PROLOGUE;
PARAM_INT(shade);
ACTION_RETURN_INT(shadeToLight(shade));
}
extern bool demoplayback;
DEFINE_GLOBAL(multiplayer)
DEFINE_GLOBAL(netgame)