point to stars file on non-SSL for easier RV redirect

This commit is contained in:
Stephen Birarda 2013-07-18 10:26:08 -07:00
parent 7ceb549416
commit 2ad99f3129

View file

@ -70,7 +70,7 @@
using namespace std;
// Starfield information
static char STAR_FILE[] = "https://s3-us-west-1.amazonaws.com/highfidelity/stars.txt";
static char STAR_FILE[] = "http://s3-us-west-1.amazonaws.com/highfidelity/stars.txt";
static char STAR_CACHE_FILE[] = "cachedStars.txt";
static const bool TESTING_PARTICLE_SYSTEM = false;