Change job names

This commit is contained in:
Rhizome 2024-04-08 18:45:40 +01:00
parent ad3af167b1
commit 0e0a224f91

View File

@ -12,9 +12,9 @@ static const char *people[] = {
};
static const int num_people = sizeof(people) / sizeof(people[0]);
static const char *jobs[] = {
"foo",
"bar",
"baz",
"washing dishes",
"putting away",
"wiping surfaces",
};
static const int num_jobs = sizeof(jobs) / sizeof(jobs[0]);
static const char *slots[] = {