aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/playerdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/playerdb.c')
-rw-r--r--FICS/playerdb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c
index 5a6e2e7..03450c6 100644
--- a/FICS/playerdb.c
+++ b/FICS/playerdb.c
@@ -140,6 +140,8 @@ get_empty_slot(void)
PUBLIC void
player_array_init(void)
{
+ (void) fprintf(stderr, "FICS: %s()\n", __func__);
+
for (int i = 0; i < PARRAY_SIZE; i++)
parray[i].status = PLAYER_EMPTY;
}