Changeset e330873 in network-game


Ignore:
Timestamp:
May 25, 2013, 11:09:52 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
4926168
Parents:
5299436
Message:

Fixed a segfault related to incrementing an iterator past the end of a list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/server.cpp

    r5299436 re330873  
    257257                  }
    258258
    259                   itObjects++;
     259                  if (!gotFlag)
     260                     itObjects++;
    260261               }
    261262
Note: See TracChangeset for help on using the changeset viewer.