mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
Fix keys not opening locked doors
This commit is contained in:
parent
5298e97fc5
commit
697948fdf0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ struct Switch
|
||||||
short field_C;
|
short field_C;
|
||||||
short nWall;
|
short nWall;
|
||||||
short field_10;
|
short field_10;
|
||||||
short field_12;
|
uint16_t field_12;
|
||||||
short field_14;
|
short field_14;
|
||||||
char pad[10];
|
char pad[10];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue