Tweak comment

This commit is contained in:
2026-04-29 14:13:51 -07:00
parent e1a5c6528d
commit 1f3173a563
+1 -1
View File
@@ -195,7 +195,7 @@ impl Default for Board {
exit_east: None, exit_east: None,
reenter_when_zapped: false, reenter_when_zapped: false,
message: String::new(), message: String::new(),
// (1, 1) is objectively a better default for enter x/y than (0, 0). It is possible to // (1, 1) is an objectively better default for enter x/y than (0, 0). It is possible to
// get ZZT to consume this value by restoring a game, and in that case (0, 0) will take // get ZZT to consume this value by restoring a game, and in that case (0, 0) will take
// the player out of bounds, leading to a crash. // the player out of bounds, leading to a crash.
enter_x: 1, enter_x: 1,