diff -r e6fddcb04dc2 -r cc29628976cc project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h --- a/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h Sat Oct 09 18:01:47 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/AmmoMenuViewController.h Sun Oct 10 02:06:42 2010 +0200 @@ -26,7 +26,7 @@ UIImage *weaponsImage; NSArray *buttonsArray; - unsigned char *delay; + uint8_t *delay; CGPoint startingPoint; BOOL isVisible; }