]> git.pond.sub.org Git - empserver/commit - src/lib/commands/enab.c
Store update disable flag in the game table to make it visible in
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 27 Jul 2007 05:58:40 +0000 (05:58 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 27 Jul 2007 05:58:40 +0000 (05:58 +0000)
commit286dda725ee08fedebf6435da8d9c83d433475b2
tree8cc6dc5cc5747117b67161b75eb835b5dd2259fe
parente7e8717e86a257ee7ee8ceffaf99987a624ebf89
Store update disable flag in the game table to make it visible in
xdump:
(gamestr): New member game_upd_disable.
(game_ca): Update accordingly.
(game_ctrl_update): New.
(disa, enab): Use it.
(updates_disabled): Rewrite and move to game.c
(disablefil): Remove.
include/game.h
include/optlist.h
include/prototypes.h
src/lib/commands/disa.c
src/lib/commands/enab.c
src/lib/common/game.c
src/lib/common/wantupd.c
src/lib/global/nsc.c