Deleted comment... checked into it and its working as intended.

This commit is contained in:
Ross Bemrose 2014-12-16 16:57:49 -05:00
parent 8272151d78
commit 2d5b71c832

View File

@ -966,7 +966,6 @@ void CreateNextVote()
tempMaps.Erase(b); tempMaps.Erase(b);
} }
// TODO: Wait, why are we deleting the array we were just manipulating? Check this!
delete tempMaps; delete tempMaps;
} }