fixed comment that was mangled in global search-n-replace of 'mode' for "TV emulation mode"

This commit is contained in:
mpohoreski 2010-07-07 15:23:16 +00:00
parent b9d6f7a46e
commit 7048bcf8c2

View File

@ -943,7 +943,7 @@ int APIENTRY WinMain (HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
FrameRegisterClass();
ImageInitialize();
DiskInitialize();
CreateColorMixMap(); // For tv emulation g_nAppMode
CreateColorMixMap(); // For tv emulation mode
int nError = 0; // TODO: Show error MsgBox if we get a DiskInsert error
if(szImageName_drive1)