Light polish

Which sounds conceptually impossible, given what light is.
This commit is contained in:
Fazana
2021-09-09 10:59:50 +01:00
parent b5b886ab26
commit f20e5a24b2
7 changed files with 60 additions and 15 deletions

View File

@@ -875,7 +875,7 @@ static void level_cmd_puppylight_node(void)
gPuppyLights[gNumLights]->yaw = CMD_GET(s16, 18);
gPuppyLights[gNumLights]->epicentre = CMD_GET(u8, 20);
gPuppyLights[gNumLights]->flags |= CMD_GET(u8, 21);
gPuppyLights[gNumLights]->flags = CMD_GET(u8, 21);
gPuppyLights[gNumLights]->active = TRUE;
gPuppyLights[gNumLights]->area = sCurrAreaIndex;
gPuppyLights[gNumLights]->room = CMD_GET(s16, 22);