X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=newdb.c;h=427661813be5bbc25397c4d2a5045d553f9443c6;hb=1a12a3acf226dd6e788f9a7d0ca5313449837f39;hp=05b0eeb1dfa3c6e5329c1a0272505740a9fe0b4e;hpb=8a18f2f19fe1c8b746d43c21d7ee51ca622554c6;p=open-adventure.git diff --git a/newdb.c b/newdb.c index 05b0eeb..4276618 100644 --- a/newdb.c +++ b/newdb.c @@ -1298,3 +1298,5 @@ char* turn_threshold_messages[] = { "Are you still at it? Five points off for exceeding 1000 turns!", "Good grief, don\'t you *EVER* give up? Do you realize you\'ve spent\nover 2500 turns at this? That\'s another ten points off, a total of\ntwenty points lost for taking so long.", }; + +size_t CLSSES = sizeof(class_messages) / sizeof(class_messages[0]);