- Deleted unused "SenderNameList.xml" references

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5769 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-01-05 16:37:13 +00:00
parent c04898d095
commit 0b9ff22642
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -504,7 +504,6 @@ void MercDailyUpdate()
if (cnt < 178)
{
UINT16 iMsgLength = cnt;
//UINT8 sender = cnt - 119; // SenderNameList.xml
// Fake Barry Unger mail, but with the msgLength of the WF merc ID -> Correct in PreProcessEmail()
AddEmailWFMercAvailable( ( UINT8 )( iOffset + 0 * AIM_REPLY_LENGTH_BARRY ), iMsgLength, cnt, GetWorldTotalMin(), -1 , TYPE_EMAIL_EMAIL_EDT_NAME_MERC);
@@ -514,7 +513,6 @@ void MercDailyUpdate()
{
// TODO.RW: Send generic mail
UINT16 iMsgLength = cnt;
//UINT8 sender = cnt - 119; // SenderNameList.xml
// Fake Barry Unger mail, but with the msgLength of the WF merc ID -> Correct in PreProcessEmail()
AddEmailWFMercAvailable( ( UINT8 )( iOffset + 0 * AIM_REPLY_LENGTH_BARRY ), iMsgLength, cnt, GetWorldTotalMin(), -1 , TYPE_EMAIL_EMAIL_EDT_NAME_MERC);