diff options
| author | Henny022p <info@henny022.de> | 2022-02-03 05:44:50 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2022-02-03 05:52:50 +0100 |
| commit | bbc3a8841596de1fc7f034953df9c844ec805033 (patch) | |
| tree | 2b3a624ea1f67bd1b83d3aa25b75cfe7c2f672bf /src/roomInit.c | |
| parent | 67d369c53becab9c5efbe5d3daba0373ef1b4106 (diff) | |
CreateRandomDrop and droptables
Diffstat (limited to 'src/roomInit.c')
| -rw-r--r-- | src/roomInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roomInit.c b/src/roomInit.c index baaadce7..fc86e9ca 100644 --- a/src/roomInit.c +++ b/src/roomInit.c @@ -5279,7 +5279,7 @@ void sub_StateChange_HouseInteriors3_StockwellShop(void) { LoadRoomEntityList(&gUnk_080F5848); } } - if (gSave.stats.filler3[0] == 0) { + if (gSave.stats.hasAllFigurines == 0) { LoadRoomEntityList(&gUnk_080F5788); } } |
