X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/7098b3a509b56f28e31d67fe4344e900521b1914..875286b30ed0217383fc8aed8cfa39b506146be7:/netris.h diff --git a/netris.h b/netris.h index df459eb..af68414 100644 --- a/netris.h +++ b/netris.h @@ -63,9 +63,9 @@ typedef long netint4; #define CONFIG_FILE "netris.conf" -//#define DEFAULT_KEYS "hlkj mfp^ltq" -//#define DEFAULT_KEYS "4685 2fp^l^mq" -#define DEFAULT_KEYS "dcaf b^fp^l^mq" +//#define DEFAULT_KEYS "hlkj mnfp^ltq" +//#define DEFAULT_KEYS "4685 02fp^l^mq" +#define DEFAULT_KEYS "dcaf xb^fp^l^mq" #define MAX_BOARD_WIDTH 32 #define MAX_BOARD_HEIGHT 64 @@ -161,7 +161,6 @@ typedef struct { char name[16]; int flags; int team; - int dropmode; int boardHeight, boardWidth, boardVisible; int curX, curY; char curShape, nextShape; @@ -195,7 +194,7 @@ EXT _Game Game; EXT GameType game; // => Game.type -EXT short port; // => just in game.c, parameter to inet connect +EXT short port; // => just in client.c, parameter to inet connect #endif //__NETRIS_H