Clarify why the comment is there

This commit is contained in:
2025-03-05 13:11:15 -06:00
committed by Celtic Minstrel
parent f091d464d4
commit df215d32f4

View File

@@ -16,8 +16,8 @@ class cTilemap;
class cStuffDonePicker { class cStuffDonePicker {
cDialog dlog; cDialog dlog;
// Note: x and y in initial_sdf and chosen_sdf are actually (c, r) and must be flipped when // Note: x and y in initial_sdf and chosen_sdf are (c, r), but the flag array and name map
// indexing SDFs or their names in the scenario // are indexed by [r][c]. Remember to flip the order when necessary.
location initial_sdf, chosen_sdf, viewport; location initial_sdf, chosen_sdf, viewport;
cTilemap* grid; cTilemap* grid;
cTilemap* row_labels; cTilemap* row_labels;