X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FGlobals.c;h=6cc66efd62eb44baf4892405b9833ec556f3ccc7;hb=f7b79b71faf7e5fbe38df38d26d1156f3ba2f0ce;hp=b59125bcd18a86cba6cf14bd24f8862ffc44b962;hpb=3d31c6dd1b4f598453c3079d292f47f372f10151;p=rocksndiamonds.git diff --git a/src/game_sp/Globals.c b/src/game_sp/Globals.c index b59125bc..6cc66efd 100644 --- a/src/game_sp/Globals.c +++ b/src/game_sp/Globals.c @@ -199,6 +199,51 @@ int aniFramesRedDisk[] = { 20, -1 }; #if 1 +int fiGraphic[] = +{ + aniSpace, + aniZonk, + aniBase, + aniMurphy, + aniInfotron, + aniRAM, + aniHardWare, + aniExit, + aniOrangeDisk, + aniPortRight, + aniPortDown, + aniPortLeft, + aniPortUp, + aniSpPortRight, + aniSpPortDown, + aniSpPortLeft, + aniSpPortUp, + aniSnikSnak, + aniYellowDisk, + aniTerminal, + aniRedDisk, + aniPortUpAndDown, + aniPortLeftAndRight, + aniPortAllDirections, + aniElectron, + aniBug, + aniRAMLeft, + aniRAMRight, + aniHW0, + aniHW1, + aniHW2, + aniHW3, + aniHW4, + aniHW5, + aniHW6, + aniHW7, + aniHW8, + aniHW9, + aniRAMTop, + aniRAMBottom, + aniWallSpace +}; + int getSequenceLength(int sequence) { switch (sequence)