Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
/ DDLC-LOVE Public archive

Commit

Permalink
poem1 error workaround
Browse files Browse the repository at this point in the history
Former-commit-id: 738d839
  • Loading branch information
LukeZGD committed Jan 7, 2019
1 parent 8f60481 commit 12a1496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/scripts/poems.lua
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ b3AgbXlzZWxmLg==]]};
elseif yuri_3 then
if is3DS then
poembg = lg.newImage('images/bg/poemxp.png')
else
elseif global_os == 'LOVE-OneLua' then
poembg = lg.newImage('images/bg/poem1.png')
end

Expand Down

0 comments on commit 12a1496

Please sign in to comment.