Fix embedded gog.com duke3d URLs... zero functional changes in this commit

git-svn-id: https://svn.eduke32.com/eduke32@1929 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2011-07-05 04:56:51 +00:00
parent 57379654a7
commit 9a14859e68
2 changed files with 2 additions and 2 deletions

View file

@ -9383,7 +9383,7 @@ static void G_Startup(void)
if (wm_ynbox("Upgrade to the full version of Duke Nukem 3D",tempbuf))
{
SHELLEXECUTEINFOA sinfo;
char *p = "http://www.gog.com/en/gamecard/duke_nukem_3d_atomic_edition/pp/6c1e671f9af5b46d9c1a52067bdf0e53685674f7";
char *p = "http://www.gog.com/en/gamecard/duke_nukem_3d_atomic_edition/?pp=6c1e671f9af5b46d9c1a52067bdf0e53685674f7";
Bmemset(&sinfo, 0, sizeof(sinfo));
sinfo.cbSize = sizeof(sinfo);

View file

@ -5763,7 +5763,7 @@ void C_Compile(const char *filenam)
if (wm_ynbox("Important - Duke Nukem 3D not found - EDuke32",tempbuf))
{
SHELLEXECUTEINFOA sinfo;
char *p = "http://www.gog.com/en/gamecard/duke_nukem_3d_atomic_edition/pp/6c1e671f9af5b46d9c1a52067bdf0e53685674f7";
char *p = "http://www.gog.com/en/gamecard/duke_nukem_3d_atomic_edition/?pp=6c1e671f9af5b46d9c1a52067bdf0e53685674f7";
Bmemset(&sinfo, 0, sizeof(sinfo));
sinfo.cbSize = sizeof(sinfo);