First off, thanks for adding Hedgewars to the repos, I've always loved the Worms series of games and this one is well done with a lot of potential. Anyways, Ive ran into a couple of issues. The first is with sound. Sound works fine until you actually enter a game and then there is no sound. It's the same in single player and lan/internet games. Sound will start working again once I exit a game and go back to the Hedgewars menu, but never actually ingame.
The second is I've noticed there is no option to host your own game in lan/internet games which means it wasn't compiled with the net server. Could someone add the net server? It requires adding -DWITH_SERVER=1 at compile time and requires the following dependencies: Glasgow Haskell Compiler 6.10, dataenc package, hslogger package, and utf8-string package. Thank you.