diff Player.cpp @ 95:448b02e9b8a3

attack shoot stats fixed
author zipi
date Wed, 06 Feb 2013 23:55:12 +0000
parents 3c9762ec6c2e
children 81e93310f73c
line wrap: on
line diff
--- a/Player.cpp	Wed Feb 06 23:37:51 2013 +0000
+++ b/Player.cpp	Wed Feb 06 23:55:12 2013 +0000
@@ -115,7 +115,7 @@
 short word_4EDFFC[30] = {500, 400, 350, 300, 275, 250, 225, 200, 175,
                          150, 125, 100,  75,  50,  40,  35,  30,  25,  21,
                          19,   17,  15,  13,  11,   9,   7,   5,   3,   0, 0};
-unsigned char player_stat_bonuses[30] = {30, 25, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 255, 254, 253, 252, 251, 250, 0};
+signed int player_stat_bonuses[30] = {30, 25, 20, 19, 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, -1, -2, -3, -4, -5, -6, 0};