players.c
changeset 4260 8a9824f6e501
parent 4077 d3022f976946
child 4261 2ec8f5a9747b
--- a/players.c	Sun Aug 13 14:46:16 2006 +0000
+++ b/players.c	Mon Aug 14 11:44:19 2006 +0000
@@ -913,7 +913,6 @@
 
 			/* Remove the company */
 			ChangeOwnershipOfPlayerItems(p->index, OWNER_SPECTATOR);
-			p->money64 = p->player_money = 100000000; // XXX - wtf?
 			p->is_active = false;
 		}
 		RemoveAllEngineReplacementForPlayer(p);