chiark / gitweb /
Cleanup: it was absolutely stupid for game_wants_statusbar() to be a
authorSimon Tatham <anakin@pobox.com>
Sat, 22 Oct 2005 16:52:16 +0000 (16:52 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 Oct 2005 16:52:16 +0000 (16:52 +0000)
commiteb2013efc0a6201d0e46de65c1a905b676d13d01
tree256e92f4cdd537713f9de693bae36b1ac9fb4e45
parent40fcf516f40e10f23f5a9f6760bfffae206b2e49
Cleanup: it was absolutely stupid for game_wants_statusbar() to be a
function, since it took no parameters by which to vary its decision,
and in any case it's hard to imagine a game which only
_conditionally_ wants a status bar. Changed it into a boolean data
field in the backend structure.

[originally from svn r6417]
27 files changed:
blackbox.c
bridges.c
cube.c
dominosa.c
fifteen.c
flip.c
guess.c
inertia.c
lightup.c
loopy.c
map.c
midend.c
mines.c
net.c
netslide.c
nullgame.c
pattern.c
pegs.c
puzzles.h
rect.c
samegame.c
sixteen.c
slant.c
solo.c
tents.c
twiddle.c
untangle.c