• xtrn/maze/game.js menu.js service.js xtrn/starstocks/game.js xtrn/sync

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wednesday, April 08, 2026 21:49:20
    https://gitlab.synchro.net/main/sbbs/-/commit/40768800b790d09c09b7cac4
    Modified Files:
    xtrn/maze/game.js menu.js service.js xtrn/starstocks/game.js xtrn/synchronetris/game.js lobby.js service.js tetrisobj.js
    Log Message:
    Replace `for each` in maze, synchronetris, and starstocks

    Replace non-standard `for each(var x in obj)` with compatible
    `for(var key in obj)` loops in the remaining xtrn game scripts:
    maze, synchronetris, and starstocks.

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)