mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-22 16:30:23 +00:00
Fix arena-lighting
This commit is contained in:
parent
ec93214cd1
commit
5c06085f7e
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ local function on_level_init()
|
|||
set_lighting_dir(1, -10)
|
||||
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_PILLARS then
|
||||
set_lighting_dir(1, -10)
|
||||
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_SKY_BEACH then
|
||||
set_lighting_dir(1, 0)
|
||||
elseif gNetworkPlayers[0].currLevelNum == LEVEL_ARENA_SPIRE then
|
||||
else
|
||||
set_lighting_dir(1, 0)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue