info only, used in "soundinfo" command...
| 1003 | // info only, used in "soundinfo" command... |
| 1004 | // |
| 1005 | const char *Music_GetLevelSetName(void) |
| 1006 | { |
| 1007 | if (Q_stricmp(gsLevelNameForCompare.c_str(), gsLevelNameForLoad.c_str())) |
| 1008 | { |
| 1009 | // music remap via USES command... |
| 1010 | // |
| 1011 | return va("%s -> %s",gsLevelNameForCompare.c_str(), gsLevelNameForLoad.c_str()); |
| 1012 | } |
| 1013 | |
| 1014 | return gsLevelNameForLoad.c_str(); |
| 1015 | } |
| 1016 | |
| 1017 | ///////////////// eof ///////////////////// |
| 1018 |
no test coverage detected