*someone somehow undid commit 341866b god dman it*

This commit is contained in:
scottbeebiwan
2018-07-07 12:50:05 -07:00
parent e7ea4c4b72
commit 0417060c1b

View File

@@ -1634,7 +1634,7 @@ int main(int argc, char** argv) {
if(hwndMain == NULL)
{
MessageBox(NULL, "Failed to create HWND","HyperCube Crash", MB_OK);
MessageBox(NULL, "Failed to create HWND",placeholderName+" Crash", MB_OK);
return 0;
}
SendMessage(hwndMain, WM_SETICON, ICON_BIG,(LPARAM)LoadImage(GetModuleHandle(NULL), (LPCSTR)MAKEINTRESOURCEW(IDI_ICON1), IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR | LR_DEFAULTSIZE));