Skip to content

Commit 4575f7d

Browse files
committed
Android
1 parent d3821f6 commit 4575f7d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

game/first_day.rpy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ label prologue:
110110
image car prologue = "/intro/A01-car.webp"
111111

112112
play ambience "audio/ambience-suburb.ogg"
113-
play sound "audio/sfx-engine_ignition.ogg"
113+
if renpy.variant("pc"):
114+
play sound "audio/sfx-engine_ignition.ogg"
114115
show background prologue A01
115116
show text animated title
116117
if renpy.variant("pc"):

0 commit comments

Comments
 (0)