Mercurial > hg > early-roguelike
comparison rogue5/rip.c @ 43:24e6beb9e7aa
Make sure the score list appears in all situations.
| author | elwin |
|---|---|
| date | Tue, 07 Dec 2010 16:46:07 +0000 |
| parents | 655c317b6237 |
| children | ee250e3646fd |
comparison
equal
deleted
inserted
replaced
| 42:30fb47f21d35 | 43:24e6beb9e7aa |
|---|---|
| 443 } | 443 } |
| 444 printw(" %5d Gold Pieces ", oldpurse); | 444 printw(" %5d Gold Pieces ", oldpurse); |
| 445 refresh(); | 445 refresh(); |
| 446 writelog(purse, 2, ' '); | 446 writelog(purse, 2, ' '); |
| 447 score(purse, 2, ' '); | 447 score(purse, 2, ' '); |
| 448 printf("[Press return to exit]\n"); | |
| 449 fflush(NULL); | |
| 450 getchar(); | |
| 448 my_exit(0); | 451 my_exit(0); |
| 449 } | 452 } |
| 450 | 453 |
| 451 /* | 454 /* |
| 452 * killname: | 455 * killname: |
