# HG changeset patch # User zipi # Date 1406141569 -3600 # Node ID 9f30d514cdd218b17c64049b2f3e1745715e5b90 # Parent 99e7bd7ec0a21f9d6d2d14df86369ee4a065d3ed * Uninitialized uNumSectors in IndoorLocation diff -r 99e7bd7ec0a2 -r 9f30d514cdd2 Indoor.h --- a/Indoor.h Wed Jul 23 21:38:34 2014 +0300 +++ b/Indoor.h Wed Jul 23 19:52:49 2014 +0100 @@ -417,6 +417,7 @@ pMapOutlines = 0; uNumSpawnPoints = 0; pSpawnPoints = 0; + uNumSectors = 0; } int GetSector(int sX, int sY, int sZ);