# HG changeset patch # User unc0rr # Date 1255787090 0 # Node ID a2c8b72069e86feec1eac74172b8c04914502cb3 # Parent 009854c42f090eda7ca93e4fae88391b30c760bd Fix build diff -r 009854c42f09 -r a2c8b72069e8 QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sat Oct 17 13:42:43 2009 +0000 +++ b/QTfrontend/hwform.cpp Sat Oct 17 13:44:50 2009 +0000 @@ -77,11 +77,7 @@ ui.setupUi(this); CustomizePalettes(); - -#ifdef _WIN32 - sdli.setHardwareSound(settings.value("audio/hardware", false).toBool()); -#endif - + ui.pageOptions->CBResolution->addItems(sdli.getResolutions()); config = new GameUIConfig(this, cfgdir->absolutePath() + "/hedgewars.ini");