diff --git a/B3dIcon.ico b/B3dIcon.ico new file mode 100644 index 0000000..35e91d8 Binary files /dev/null and b/B3dIcon.ico differ diff --git a/Blocks3D.vcproj b/Blocks3D.vcproj index 57c0cd9..9aa5681 100644 --- a/Blocks3D.vcproj +++ b/Blocks3D.vcproj @@ -887,10 +887,18 @@ Name="Resource Files" Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" > + + + + diff --git a/Dialogs.rc b/Dialogs.rc index 1f9de91..195ed60 100644 --- a/Dialogs.rc +++ b/Dialogs.rc @@ -54,7 +54,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON1 ICON "roblox_RN1_icon.ico" +IDI_ICON1 ICON "FatB3dIcon.ico" ///////////////////////////////////////////////////////////////////////////// // diff --git a/FatB3dIcon.ico b/FatB3dIcon.ico new file mode 100644 index 0000000..be874b9 Binary files /dev/null and b/FatB3dIcon.ico differ diff --git a/src/source/main.cpp b/src/source/main.cpp index e3c21bc..40ec0d4 100644 --- a/src/source/main.cpp +++ b/src/source/main.cpp @@ -144,6 +144,9 @@ LRESULT CALLBACK G3DProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) int main(int argc, char** argv) { + + long double a = 1; + #ifndef IGNORE_CATCH try{ #endif