[Commit] librr/src rr_notice.c,1.1,1.2

Keith Packard commit at keithp.com
Wed Jun 25 13:14:02 PDT 2003


Committed by: keithp

Update of /local/src/CVS/librr/src
In directory home.keithp.com:/tmp/cvs-serv22468/src

Modified Files:
	rr_notice.c 
Log Message:
NOTICE DISPOSE includes the game name

Index: rr_notice.c
===================================================================
RCS file: /local/src/CVS/librr/src/rr_notice.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rr_notice.c	23 Jun 2003 06:01:24 -0000	1.1
+++ rr_notice.c	25 Jun 2003 19:14:00 -0000	1.2
@@ -169,7 +169,7 @@
     { "USER",		RR_NOTICE_USER, 	_rr_notice_string },
     { "QUIT",		RR_NOTICE_QUIT, 	_rr_notice_void },
     { "GAME",		RR_NOTICE_GAME, 	_rr_notice_string },
-    { "DISPOSE",	RR_NOTICE_DISPOSE,	_rr_notice_void},
+    { "DISPOSE",	RR_NOTICE_DISPOSE,	_rr_notice_string },
     { "MESSAGE",	RR_NOTICE_MESSAGE,	_rr_notice_message },
     { "GAMESTATE",	RR_NOTICE_GAMESTATE,	_rr_notice_gamestate },
     { "TURN",		RR_NOTICE_TURN,		_rr_notice_target },




More information about the Commit mailing list