mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Replace individual developer email addresses in error messages
git-svn-id: https://svn.eduke32.com/eduke32@6778 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7b2c468f04
commit
084d363364
2 changed files with 2 additions and 2 deletions
|
@ -5805,7 +5805,7 @@ finish_qsprintf:
|
||||||
VM_ScriptInfo(insptr, 64);
|
VM_ScriptInfo(insptr, 64);
|
||||||
G_GameExit("An error has occurred in the " APPNAME " virtual machine.\n\n"
|
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"
|
"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"
|
"If you are a developer, please attach all of your script files\n"
|
||||||
"along with instructions on how to reproduce this error.\n\n"
|
"along with instructions on how to reproduce this error.\n\n"
|
||||||
"Thank you!");
|
"Thank you!");
|
||||||
|
|
|
@ -3194,7 +3194,7 @@ dodefault:
|
||||||
OSD_Printf("\nAn error has occurred in the Mapster32 virtual machine.\n\n"
|
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"
|
"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"
|
"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");
|
"Thank you!\n");
|
||||||
vm.flags |= VMFLAG_ERROR;
|
vm.flags |= VMFLAG_ERROR;
|
||||||
Bfflush(NULL);
|
Bfflush(NULL);
|
||||||
|
|
Loading…
Reference in a new issue