]> git.mxchange.org Git - quix0rs-blobwars.git/blob - src/CReplayDataHeader.h
Prevent a segmentation fault when using the -map option without specifying a map.
[quix0rs-blobwars.git] / src / CReplayDataHeader.h
1 struct ReplayDataHeader
2 {
3         char map[PATH_MAX];
4         long randomSeed;
5         float version;
6         int release;
7         int skill;
8         int score;
9         unsigned int time;
10 };