diff UI/UIShops.cpp @ 2369:bddcaf5d5db2

removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
author Grumpy7
date Mon, 12 May 2014 01:50:32 +0200
parents 7c10dfb6d802
children 6a7309a847ea
line wrap: on
line diff
--- a/UI/UIShops.cpp	Mon May 12 00:13:39 2014 +0200
+++ b/UI/UIShops.cpp	Mon May 12 01:50:32 2014 +0200
@@ -1811,7 +1811,7 @@
     v3 = pMouse->GetCursorPos(&a2)->y + 30;
   else
     v3 = 30;
-  a1.Hint = 0;
+  a1.Hint = nullptr;
   a1.uFrameY = v3;
   a1.uFrameWidth = 328;
   a1.uFrameHeight = 68;