Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
/*CP*/
//We now allow 3 missiles to be fired at any time
// Can't have an active missile out
//if ( m_hMissile != NULL )
//return;
/*CP*/
m_hMissile = NULL;
/*CP*/
//we no longer reload if there is any ammo left
//Reload();
/*CP*/