Skip to content

Commit

Permalink
adapted comments of line 14-15
Browse files Browse the repository at this point in the history
Signed-off-by: Jochen Mehlich <[email protected]>
  • Loading branch information
noriakisana committed Feb 14, 2024
1 parent e45d8f5 commit d2e5a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/assets/game/script-game.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var isEasyMode = false; // User interface verbosity.
const numberOfDestinationsMax = 12; // Maximum destinations to display
const destinationNamePrefix = "destination"; // HTML element ID prefix of the destination buttons

// Initialisation of Lookup tables
var allPossibleDestinations = null;
var signalFlagMap = null;

Expand Down

0 comments on commit d2e5a1c

Please sign in to comment.