Move CrawlNum to CrawlTable and make it extern visible

This commit is contained in:
obligaron 2021-09-11 08:48:45 +02:00 committed by qndel
commit 1b3381ce8e
4 changed files with 3 additions and 4 deletions

View file

@ -414,6 +414,8 @@ const int8_t CrawlTable[2749] = {
// clang-format on
};
const int CrawlNum[19] = { 0, 3, 12, 45, 94, 159, 240, 337, 450, 579, 724, 885, 1062, 1255, 1464, 1689, 1930, 2187, 2460 };
/*
* X- Y-coordinate offsets of lighting visions.
* The last entry-pair is only for alignment.