Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2012-10-06 17:09:03 +02:00
parent eb3eccc7b0
commit 3a361f1c9a
13 changed files with 65 additions and 61 deletions

View file

@ -165,7 +165,7 @@ void CSessionBrowser::run()
}
disconnected:
// unconnected, waiting for message to send
// disconnected, waiting for message to send
while (adaptor->_SendQueue.empty())
{
nlSleep(100);

View file

@ -8,7 +8,7 @@
AESAliasName = "bms_master";
Paths = {
Paths += {
".",
"../common/data_leveldesign",
};
@ -25,7 +25,7 @@ WriteFilesDirectory = "data_shard";
WebPort = 49970;
// ---- service custom variables (used by CVariable class)
// ---- service custom variables (used by CVariable class)
// BS - Root directory where data are backuped to
IncrementalBackupDirectory = "../incremental_backup";

View file

@ -16,7 +16,8 @@ WebPort = 49898;
BSReadState = 1;
// ---- service custom variables (used by CVariable class)
// ---- service custom variables (used by CVariable class)
// Port for the Layer 3 interface of the backup service
L3ListeningPort = 49950;

View file

@ -96,4 +96,5 @@ WriteFilesDirectory = "data_shard";
// ---- service custom variables (used by ConfigFile class)
// ---- service custom variables (used by CVariable class)
// ---- service custom variables (used by CVariable class)

View file

@ -74,7 +74,8 @@ BotNameTranslationFile = "bot_names.txt";
// depending on the shard main language.
EventFactionTranslationFile = "event_factions.txt";
// ---- service custom variables (used by CVariable class)
// ---- service custom variables (used by CVariable class)
// Activate/deactivate debugging of missing paremeter replacement
DebugReplacementParameter = 1;

View file

@ -8,7 +8,8 @@ DontUseNS = 1;
// ---- service custom variables (used by ConfigFile class)
// ---- service custom variables (used by CVariable class)
// ---- service custom variables (used by CVariable class)
WebRootDirectory = "save_shard/www";

View file

@ -46,4 +46,5 @@ HomeMainlandNames =
// The max number of ring points (aka ring access) for each ecosystem
MaxRingPoints = "A1:D7:F7:J8:L6:R13";
// ---- service custom variables (used by CVariable class)
// ---- service custom variables (used by CVariable class)

View file

@ -7501,7 +7501,6 @@ void CCharacter::sendUserChar( uint32 userId, uint8 scenarioSeason, const R2::TU
}
}
//-----------------------------------------------
// Return the home mainland session id for a character
TSessionId CCharacter::getHomeMainlandSessionId() const