mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- 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:
@@ -504,7 +504,6 @@ void MercDailyUpdate()
|
|||||||
if (cnt < 178)
|
if (cnt < 178)
|
||||||
{
|
{
|
||||||
UINT16 iMsgLength = cnt;
|
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()
|
// 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);
|
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
|
// TODO.RW: Send generic mail
|
||||||
UINT16 iMsgLength = cnt;
|
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()
|
// 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);
|
AddEmailWFMercAvailable( ( UINT8 )( iOffset + 0 * AIM_REPLY_LENGTH_BARRY ), iMsgLength, cnt, GetWorldTotalMin(), -1 , TYPE_EMAIL_EMAIL_EDT_NAME_MERC);
|
||||||
|
|||||||
@@ -236,9 +236,6 @@ typedef PARSE_STAGE;
|
|||||||
//CIV Names
|
//CIV Names
|
||||||
#define CIVGROUPNAMESFILENAME "CivGroupNames.xml"
|
#define CIVGROUPNAMESFILENAME "CivGroupNames.xml"
|
||||||
|
|
||||||
//Sender Name List
|
|
||||||
#define SENDERNAMELISTFILENAME "SenderNameList.xml"
|
|
||||||
|
|
||||||
#define ACTIONITEMSFILENAME "MapAction\\Actionitems.xml"
|
#define ACTIONITEMSFILENAME "MapAction\\Actionitems.xml"
|
||||||
|
|
||||||
#define IMPPORTRAITS "IMPPortraits.xml"
|
#define IMPPORTRAITS "IMPPortraits.xml"
|
||||||
|
|||||||
Reference in New Issue
Block a user