X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fmain_em.h;h=88f673f9979f3014a645969ad85a457944af85ea;hp=5da62d3b8f5afb3e889a397b94ed39eb9d22be5e;hb=88c9b68c44a16e7df62557b63cc7e86731e028c9;hpb=d4b0925a000fb490f5ade0feecdd4781fc8d0bd5 diff --git a/src/game_em/main_em.h b/src/game_em/main_em.h index 5da62d3b..88f673f9 100644 --- a/src/game_em/main_em.h +++ b/src/game_em/main_em.h @@ -599,6 +599,7 @@ struct LEVEL struct PLAYER { unsigned int num; + unsigned int exists; unsigned int alive_initial; unsigned int alive; @@ -651,7 +652,7 @@ struct LevelInfo_EM unsigned short cave[EM_MAX_CAVE_WIDTH][EM_MAX_CAVE_HEIGHT]; struct LEVEL *lev; - struct PLAYER *ply1, *ply2; + struct PLAYER *ply[MAX_PLAYERS]; }; struct GraphicInfo_EM