| 907 | COMMAND(mapsoundslotusage, "i"); |
| 908 | |
| 909 | void reloadmapsoundconfig() |
| 910 | { |
| 911 | vector<char> sc; |
| 912 | getcurrentmapconfig(sc, true); // only soundconfig |
| 913 | execute(sc.getbuf()); // cheap and easy way ;) |
| 914 | } |
| 915 | |
| 916 | void deletemapsoundslot(int *n, char *opt) // delete mapsound slot - only if unused or "purge" is specified |
| 917 | { |
no test coverage detected