diff options
Diffstat (limited to 'trade.c')
-rw-r--r-- | trade.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ void trade_set(int player, int trade[3][GOLD]) for(i = 0; i < 3; i++) { for(j = 0; j < GOLD; j++) { tradebuffer[i][j] = trade[i][j]; + tradebuffer[i][GOLD] = 0; //we deal with gold in the method that calls this } } } |