mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
remove LUSLOG
This commit is contained in:
parent
07e3454bc0
commit
e73808bb7f
1 changed files with 0 additions and 3 deletions
|
@ -102,9 +102,6 @@ void EnWood02_RandomizerInit(void* actorRef) {
|
||||||
if (treeActor->actor.params <= WOOD_TREE_KAKARIKO_ADULT) {
|
if (treeActor->actor.params <= WOOD_TREE_KAKARIKO_ADULT) {
|
||||||
treeActor->treeId = OTRGlobals::Instance->gRandomizer->IdentifyTree(
|
treeActor->treeId = OTRGlobals::Instance->gRandomizer->IdentifyTree(
|
||||||
gPlayState->sceneNum, (s16)treeActor->actor.world.pos.x, (s16)treeActor->actor.world.pos.z);
|
gPlayState->sceneNum, (s16)treeActor->actor.world.pos.x, (s16)treeActor->actor.world.pos.z);
|
||||||
if (treeActor->treeId.randomizerCheck == RC_UNKNOWN_CHECK) {
|
|
||||||
LUSLOG_WARN("TREE %d,%d", (int)treeActor->actor.world.pos.x, (int)treeActor->actor.world.pos.z);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue