mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Merge branch 'master' into ride-window
Conflicts: src/peep.c src/peep.h src/ride.c src/ride.h src/vehicle.h
This commit is contained in:
@@ -383,7 +383,7 @@ rct_window *window_create(int x, int y, int width, int height, uint32 *event_han
|
||||
// Play sounds and flash the window
|
||||
if (!(flags & (WF_STICK_TO_BACK | WF_STICK_TO_FRONT))){
|
||||
w->flags |= WF_WHITE_BORDER_MASK;
|
||||
sound_play_panned(SOUND_WINDOW_OPEN, x + (width / 2));
|
||||
sound_play_panned(SOUND_WINDOW_OPEN, x + (width / 2), 0, 0, 0);
|
||||
}
|
||||
|
||||
w->number = 0;
|
||||
|
||||
Reference in New Issue
Block a user