HDB: Add isVoiceless()

This commit is contained in:
Nipun Garg 2019-07-11 02:24:35 +05:30 committed by Eugene Sandulenko
parent 69e4668422
commit 9fcb307d1c

View File

@ -233,6 +233,15 @@ public:
return &_targetName;
}
bool isVoiceless() {
/*
FIXME: Add hyperspace-nv.mpc to gameDescriptions[]
in detection.cpp, and add a flag check for it.
Until then, the voiceless version is unsupported.
*/
return false;
}
char *lastMapName() { return _lastMapname; }
char *currentMapName() { return _currentMapname; }
char *getInMapName() { return _inMapName; }