From: Rene S. <sa...@us...> - 2005-02-06 10:57:09
|
Update of /cvsroot/jake2/jake2/src/jake2/game In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15933/src/jake2/game Modified Files: Tag: RST PlayerHud.java Log Message: bugfixes coop game and demo record. Index: PlayerHud.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/game/PlayerHud.java,v retrieving revision 1.6.6.1 retrieving revision 1.6.6.2 diff -C2 -d -r1.6.6.1 -r1.6.6.2 *** PlayerHud.java 23 Jan 2005 21:31:46 -0000 1.6.6.1 --- PlayerHud.java 6 Feb 2005 10:56:56 -0000 1.6.6.2 *************** *** 230,234 **** if (tag != null) { string.append("xv ").append(x + 32).append(" yv ").append(y) ! .append(" picn ").append(tag); /* * //Com_sprintf(entry, sizeof(entry), "xv %i yv %i picn %s ", x + --- 230,234 ---- if (tag != null) { string.append("xv ").append(x + 32).append(" yv ").append(y) ! .append(" picn ").append(tag).append(" "); /* * //Com_sprintf(entry, sizeof(entry), "xv %i yv %i picn %s ", x + |