Update of /cvsroot/netrek/client/netrekxp
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16522

Modified Files:
	NetrekXP to do list.C clientr.suo 
Log Message:
Proper solution to longstanding issue of how to handle phaser sounds.  New variable in struct phaser
that toggles on when phaser packet is received, to indicate that phaser needs to have the sound played.
Prior methods of phaser sounds had issues with cloakers, observers, etc.

Index: NetrekXP to do list.C
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/NetrekXP to do list.C,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- NetrekXP to do list.C	24 Feb 2007 10:19:52 -0000	1.97
+++ NetrekXP to do list.C	25 Feb 2007 00:18:54 -0000	1.98
@@ -47,8 +47,6 @@
 9) Out of bounds message window calcs don't work with taskbar or menu bar, basewin
 rect doesn't take these into account.
 10) Make sure all ping related fields are switched correctly via metasort.
-11) Problem with enemy phaser sounds in general..they play repeatedly ever
-local redraw.  Most noticeable at 50 fps.
 
 Stas's list:
 - color coded playerlist.

Index: clientr.suo
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/clientr.suo,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
Binary files /tmp/cvsuLQxM2 and /tmp/cvspP4z5v differ