Skip to content

Commit 971b6a0

Browse files
authored
Campaign specific extra doors work now (#3020)
1 parent 6c8e4f5 commit 971b6a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config_trapdoor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,8 @@ TbBool parse_trapdoor_door_blocks(char *buf, long len, const char *config_textna
11551155
COMMAND_TEXT(cmd_num),block_buf,config_textname);
11561156
break;
11571157
}
1158+
door_desc[i].name = doorst->code_name;
1159+
door_desc[i].num = i;
11581160
break;
11591161
case 2: // MANUFACTURELEVEL
11601162
if (get_conf_parameter_single(buf,&pos,len,word_buf,sizeof(word_buf)) > 0)

0 commit comments

Comments
 (0)