diff GUIWindow.cpp @ 1409:c9e3b93ec570

Highlighted locations with "using uninitialized variable" warning.
author Nomad
date Fri, 26 Jul 2013 21:16:51 +0200
parents c0b273d33338
children 38df78aba732
line wrap: on
line diff
--- a/GUIWindow.cpp	Fri Jul 26 18:11:36 2013 +0600
+++ b/GUIWindow.cpp	Fri Jul 26 21:16:51 2013 +0200
@@ -468,7 +468,8 @@
       else if ( v18 & 0x40 )
           max_beacons = 3;
 
-
+      
+      __debugbreak(); // warning C4700: uninitialized local variable 'v19' used
       for (int i =0; i< max_beacons; ++i)
             CreateButton(pLloydsBeaconsPreviewXs[v19], pLloydsBeaconsPreviewYs[v19],
                            92, 68, 1, 180, UIMSG_InstallBeacon, i, 0, "", 0);