Fix keys not opening locked doors

This commit is contained in:
sirlemonhead 2019-10-31 23:35:20 +00:00 committed by Christoph Oelckers
parent 5298e97fc5
commit 697948fdf0

View file

@ -24,7 +24,7 @@ struct Switch
short field_C;
short nWall;
short field_10;
short field_12;
uint16_t field_12;
short field_14;
char pad[10];
};