Fixed the menu option to load a configuration file.

This commit is contained in:
OBattler
2017-09-11 05:33:06 +02:00
parent 576956fb66
commit 9923438508

View File

@@ -22,10 +22,9 @@
#include <string.h>
#include "../86box.h"
#include "../config.h"
#include "../ibm.h"
#include "../cpu/cpu.h"
#include "../ibm.h"
#include "../mem.h"
#include "../pic.h"
#include "../rom.h"
#include "../device.h"
#include "../nvr.h"
@@ -2277,9 +2276,6 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
#endif
case IDM_CONFIG_LOAD:
picint(1 << 12);
break;
pause = 1;
if (!file_dlg_st(hwnd, IDS_2160, "", 0))
{