openbsd-ports/games/openttd/patches/patch-src_table_settings_h
rpointel bac0534b21 Update opentdd to 1.1.0 from Daniel Dickman (MAINTAINER).
Adjust WANTLIB and LIB_DEPENDS with lzma from me.
2011-04-02 15:39:36 +00:00

13 lines
826 B
Plaintext

$OpenBSD: patch-src_table_settings_h,v 1.2 2011/04/02 15:39:36 rpointel Exp $
--- src/table/settings.h.orig Sun Feb 13 15:52:33 2011
+++ src/table/settings.h Mon Feb 28 21:50:53 2011
@@ -232,7 +232,7 @@ static const SettingDesc _music_settings[] = {
SDT_VAR(MusicFileSettings, effect_vol, SLE_UINT8, S, 0, 127, 0, 127, 1, STR_NULL, NULL),
SDT_LIST(MusicFileSettings, custom_1, SLE_UINT8, S, 0, NULL, STR_NULL, NULL),
SDT_LIST(MusicFileSettings, custom_2, SLE_UINT8, S, 0, NULL, STR_NULL, NULL),
- SDT_BOOL(MusicFileSettings, playing, S, 0, true, STR_NULL, NULL),
+ SDT_BOOL(MusicFileSettings, playing, S, 0, false, STR_NULL, NULL),
SDT_BOOL(MusicFileSettings, shuffle, S, 0, false, STR_NULL, NULL),
SDT_END()
};