Skip to content

Commit

Permalink
Load the splash spot from spots.flatland.com/flatland now.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjohnstephens committed Dec 11, 2017
1 parent 9e67b4c commit 0bf1441
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Flatland Standalone/Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1416,9 +1416,7 @@ run_app(void *instance_handle, int show_command, char *spot_file_path)
if (strlen(spot_file_path) > 0) {
_fullpath(full_file_path, spot_file_path, _MAX_PATH);
} else {
strcpy(full_file_path, flatland_dir);
strcat(full_file_path, "splash.3dml");
//strcpy(full_file_path, "http://spots.flatland.com/splash.3dml");
strcpy(full_file_path, "http://spots.flatland.com/flatland");
}
curr_download_completed = true;
spot_URL_to_load = full_file_path;
Expand Down

0 comments on commit 0bf1441

Please sign in to comment.