Added a comment about HD_Insert() - #541

This commit is contained in:
tomcw 2018-03-10 14:30:18 +00:00
parent 2d2304b4c6
commit 8dcc5d50ca

View File

@ -366,6 +366,8 @@ void HD_Destroy(void)
}
// pszImageFilename is qualified with path
// GH#541: global as HD_Insert() is needed by the Qt frontend
// - there is no way, other than calling HD_Select() to insert an image.
BOOL HD_Insert(const int iDrive, LPCTSTR pszImageFilename)
{
if (*pszImageFilename == 0x00)