Ensure static, fixes potential breakage.

This commit is contained in:
Themaister 2013-02-24 00:25:50 +01:00
parent ea7354720b
commit 1b52fddc2b

View File

@ -156,7 +156,7 @@ MDFNGI *MDFNI_LoadCD(const char *force_module, const char *devicename)
{
uint8 LayoutMD5[16];
#ifdef NEED_CD
std::vector<CDIF *> CDInterfaces; // FIXME: Cleanup on error out.
static std::vector<CDIF *> CDInterfaces; // FIXME: Cleanup on error out.
#endif
MDFN_printf(_("Loading %s...\n\n"), devicename ? devicename : _("PHYSICAL CD"));