mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-05 23:31:17 +00:00
fixed comment that was mangled in global search-n-replace of 'mode' for "TV emulation mode"
This commit is contained in:
parent
b9d6f7a46e
commit
7048bcf8c2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user