Even less magic

This commit is contained in:
NHOrus 2017-06-19 20:13:50 +03:00
parent 18a9be501f
commit e9aff2568f
7 changed files with 89 additions and 88 deletions

2
init.c
View file

@ -176,7 +176,7 @@ void initialise(void)
printf("Initialising...\n");
for (int i = 1; i <= NOBJECTS; i++) {
game.place[i] = NOWHERE;
game.place[i] = LOC_NOWHERE;
game.prop[i] = 0;
game.link[i + NOBJECTS] = game.link[i] = 0;
}