mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-27 16:21:46 -05:00
Workaround to allow market grass during night
This commit is contained in:
parent
f3a0726159
commit
6e699e3e67
@ -2201,6 +2201,10 @@ GrassIdentity Randomizer::IdentifyGrass(s32 sceneNum, s32 posX, s32 posZ, s32 re
|
|||||||
if (sceneNum == SCENE_GROTTOS) {
|
if (sceneNum == SCENE_GROTTOS) {
|
||||||
respawnData = TWO_ACTOR_PARAMS(posX, respawnData);
|
respawnData = TWO_ACTOR_PARAMS(posX, respawnData);
|
||||||
} else {
|
} else {
|
||||||
|
if (sceneNum == SCENE_MARKET_NIGHT) {
|
||||||
|
sceneNum = SCENE_MARKET_DAY;
|
||||||
|
}
|
||||||
|
|
||||||
respawnData = TWO_ACTOR_PARAMS(posX, posZ);
|
respawnData = TWO_ACTOR_PARAMS(posX, posZ);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user