From 084d363364b5d3c25526e2c78eb62709567f8f4e Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Thu, 22 Mar 2018 04:48:36 +0000 Subject: [PATCH] Replace individual developer email addresses in error messages git-svn-id: https://svn.eduke32.com/eduke32@6778 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/gameexec.cpp | 2 +- source/duke3d/src/m32exec.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/duke3d/src/gameexec.cpp b/source/duke3d/src/gameexec.cpp index 210768984..a54d28bee 100644 --- a/source/duke3d/src/gameexec.cpp +++ b/source/duke3d/src/gameexec.cpp @@ -5805,7 +5805,7 @@ finish_qsprintf: VM_ScriptInfo(insptr, 64); G_GameExit("An error has occurred in the " APPNAME " virtual machine.\n\n" "If you are an end user, please e-mail the file " APPBASENAME ".log\n" - "along with links to any mods you're using to richard@voidpoint.com.\n\n" + "along with links to any mods you're using to development@voidpoint.com.\n\n" "If you are a developer, please attach all of your script files\n" "along with instructions on how to reproduce this error.\n\n" "Thank you!"); diff --git a/source/duke3d/src/m32exec.cpp b/source/duke3d/src/m32exec.cpp index f8426160b..7fbe9ddc7 100644 --- a/source/duke3d/src/m32exec.cpp +++ b/source/duke3d/src/m32exec.cpp @@ -3194,7 +3194,7 @@ dodefault: OSD_Printf("\nAn error has occurred in the Mapster32 virtual machine.\n\n" "Please e-mail the file mapster32.log along with every M32 file\n" "you're using and instructions how to reproduce this error to\n" - "helixhorned@gmail.com.\n\n" + "development@voidpoint.com.\n\n" "Thank you!\n"); vm.flags |= VMFLAG_ERROR; Bfflush(NULL);