X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInfotrons.c;h=75c18a8eb62a3feb08fd85aee28efa07e9918531;hb=1533b136c6f8d0656cc45ca4c204104ef3d75249;hp=bcede9d48d6d55d4fab243313674c96e792a872d;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/Infotrons.c b/src/game_sp/Infotrons.c index bcede9d4..75c18a8e 100644 --- a/src/game_sp/Infotrons.c +++ b/src/game_sp/Infotrons.c @@ -4,7 +4,8 @@ #include "Infotrons.h" -static char *VB_Name = "modInfotron"; +// static char *VB_Name = "modInfotron"; + // --- Option Explicit // ========================================================================== @@ -19,8 +20,10 @@ int subAnimateInfotrons(int si) int tFld; // PseudoRegisters: - int ax, bx, cx, dx, di, X, Y; - int ah, bh, ch, dh, al, bl, cl, dl; + // int ax, bx, cx, dx, di, X, Y; + // int ah, bh, ch, dh, al, bl, cl, dl; + int ax, bx, dx, X, Y; + int al, bl; tFld = PlayField16[si]; if ((tFld & 0xFF) != fiInfotron)