tMsgCode enum fixed to account for missing 'P' message (C_UNUSED) - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 98472ccb97e197968d9d74a66540f048caf25844
 (DIR) parent 1daa175d87470250d9ffc2ff2f449221d184262c
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 10 Sep 2001 19:31:25 +0000
       
       MsgCode enum fixed to account for missing 'P' message (C_UNUSED)
       
       
       Diffstat:
         M src/message.h                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/message.h b/src/message.h
       t@@ -33,7 +33,7 @@ typedef enum {
           C_PRINTMESSAGE = 'A',
           C_LIST, C_ENDLIST, C_NEWNAME, C_MSG, C_MSGTO, C_JOIN, C_LEAVE,
           C_SUBWAYFLASH, C_UPDATE, C_DRUGHERE, C_GUNSHOP, C_LOANSHARK,
       -   C_BANK, C_QUESTION, C_HISCORE, C_STARTHISCORE, C_ENDHISCORE,
       +   C_BANK, C_QUESTION, C_UNUSED, C_HISCORE, C_STARTHISCORE, C_ENDHISCORE,
           C_BUYOBJECT, C_DONE, C_REQUESTJET, C_PAYLOAN, C_ANSWER, C_DEPOSIT, C_PUSH,
           C_QUIT = 'a',
           C_RENAME, C_NAME, C_SACKBITCH, C_TIPOFF, C_SPYON, C_WANTQUIT,