diff Vis.cpp @ 1514:965af46e8793

Rename LevelDecoration::field_16_event_id to LevelDecoration::uEventID.
author yoctozepto
date Tue, 03 Sep 2013 15:09:07 +0200
parents a109bb203e28
children c4ab816fcc5e
line wrap: on
line diff
--- a/Vis.cpp	Mon Sep 02 22:08:21 2013 +0200
+++ b/Vis.cpp	Tue Sep 03 15:09:07 2013 +0200
@@ -1433,7 +1433,7 @@
           MessageBoxA(nullptr, "Unsupported \"exclusion if no event\" type in CVis::is_part_of_selection", "E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Vis.cpp:207", 0);
           return true;
         }
-        if (pLevelDecorations[object_idx].uCog || pLevelDecorations[object_idx].field_16_event_id)
+        if (pLevelDecorations[object_idx].uCog || pLevelDecorations[object_idx].uEventID)
           return true;
         return pLevelDecorations[object_idx].IsInteractive();
       }