Add init_mapper_protos

This commit is contained in:
Alexander Batalov 2023-07-24 15:19:18 +03:00
parent f1f4cac316
commit 1de7ef0151
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
#include "critter.h"
#include "input.h"
#include "kb.h"
#include "mapper/mp_targt.h"
#include "memory.h"
#include "proto.h"
#include "svga.h"
@ -81,7 +82,8 @@ static const char* critFlagStrs[CRITTER_FLAG_COUNT] = {
// 0x4922F8
void init_mapper_protos()
{
// TODO: Incomplete.
edit_window_color = _colorTable[10570];
can_modify_protos = target_overriden();
}
// 0x492840