summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-13 01:11:50 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-13 01:11:50 +0300
commit308e352fbf2fd4f96d797e596fc41083e53e6106 (patch)
treee874de1b2ebcaec013f6b1c3363faacc698a438d /src/resources
parentc67648bcc2ebd94da7ad90dc1f886b9f8206de8e (diff)
downloadplus-308e352fbf2fd4f96d797e596fc41083e53e6106.tar.gz
plus-308e352fbf2fd4f96d797e596fc41083e53e6106.tar.bz2
plus-308e352fbf2fd4f96d797e596fc41083e53e6106.tar.xz
plus-308e352fbf2fd4f96d797e596fc41083e53e6106.zip
Fix code style.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/npcdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/npcdb.cpp b/src/resources/npcdb.cpp
index f2b3f7d2b..9831da06b 100644
--- a/src/resources/npcdb.cpp
+++ b/src/resources/npcdb.cpp
@@ -154,7 +154,7 @@ BeingInfo *NPCDB::get(const int id)
uint16_t NPCDB::getAvatarFor(const int id)
{
- BeingInfo *const info = get(id);
+ const BeingInfo *const info = get(id);
if (!info)
return 0;
return info->getAvatarId();