More website changes

This commit is contained in:
Rob Pearce 2008-11-14 02:41:31 +00:00
parent 943426f1b8
commit 0b1268a998
1 changed files with 2 additions and 2 deletions

View File

@ -3230,9 +3230,9 @@ void dumpinfo(void) {
switch (i) {
case P_PLAYER:
printf("<tr><td align=center><img src=\"img/%s\"><img src=\"img/%s\"><br>%s</td><td>%s</td></tr>\n",
spriteinfo[i].file, spriteinfo[P_PLAYER2].file, spriteinfo[i].name,spriteinfo[i].desc);
spriteinfo[i].file, spriteinfo[P_ARMOUR].file, spriteinfo[i].name,spriteinfo[i].desc);
break;
case P_ARMOUR:
case P_PLAYER2:
printf("<tr><td align=center><img src=\"img/%s\"><img src=\"img/%s\"><br>%s</td><td>%s</td></tr>\n",
spriteinfo[i].file, spriteinfo[P_ARMOUR2].file, spriteinfo[i].name,spriteinfo[i].desc);
break;