players.c
changeset 541 e1cd34389f79
parent 534 17ab2f22ff74
child 543 e3b43338096b
--- a/players.c	Sat Dec 04 07:41:37 2004 +0000
+++ b/players.c	Sat Dec 04 09:26:39 2004 +0000
@@ -592,9 +592,9 @@
 		ShowPlayerFinances(_local_player);
 		p = DEREF_PLAYER(_local_player);
 		if (p->num_valid_stat_ent > 5 && p->old_economy[0].performance_history < p->old_economy[4].performance_history) {
-			SndPlayFx(0x28);
+			SndPlayFx(SND_01_BAD_YEAR);
 		} else {
-			SndPlayFx(0x27);
+			SndPlayFx(SND_00_GOOD_YEAR);
 		}
 	}
 }