diff options
author | megamage <none@none> | 2008-11-06 10:27:58 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-06 10:27:58 -0600 |
commit | 43910434c5eb2240dc4b4585ccbb5f95fa399d53 (patch) | |
tree | 3dd9f0bc0c9bdc5d6d3ab84585d9c2dea50cd2ef /src/trinityrealm/AuthSocket.h | |
parent | 5746d0e98d8a5c4af96102835d501c47ed370def (diff) |
[svn] Rewrite canSeeOrDetect function.
Minor change on trigger creatures.
Remove some unused hacks in scripts.
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthSocket.h')
-rw-r--r-- | src/trinityrealm/AuthSocket.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/trinityrealm/AuthSocket.h b/src/trinityrealm/AuthSocket.h index e955a6ba5f4..17f41ad945b 100644 --- a/src/trinityrealm/AuthSocket.h +++ b/src/trinityrealm/AuthSocket.h @@ -10,12 +10,12 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /// \addtogroup realmd @@ -75,8 +75,7 @@ class AuthSocket: public TcpSocket std::string _login; std::string _safelogin; - - + // Since GetLocaleByName() is _NOT_ bijective, we have to store the locale as a string. Otherwise we can't differ // between enUS and enGB, which is important for the patch system std::string _localizationName; |