mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[7238] Fixed typos in my prev. commit.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
6e65999d86
commit
fb432a0f36
2 changed files with 3 additions and 3 deletions
|
|
@ -90,9 +90,9 @@ MotionMaster::UpdateMotion(uint32 diff)
|
||||||
|
|
||||||
if (m_expList)
|
if (m_expList)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < m_expList.size(); ++i)
|
for (int i = 0; i < m_expList->size(); ++i)
|
||||||
{
|
{
|
||||||
MovementGenerator* mg = m_expList[i];
|
MovementGenerator* mg = (*m_expList)[i];
|
||||||
if (!isStatic(mg))
|
if (!isStatic(mg))
|
||||||
delete mg;
|
delete mg;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7237"
|
#define REVISION_NR "7238"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue