mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9564] Remove some trailing whitespace and add comment for last commit.
Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
efe0cde815
commit
5d84477f7f
10 changed files with 21 additions and 20 deletions
|
|
@ -21,6 +21,7 @@
|
|||
ObjectPosSelector::ObjectPosSelector(float x,float y,float size,float dist)
|
||||
: m_center_x(x),m_center_y(y),m_size(size),m_dist(dist)
|
||||
{
|
||||
// if size == 0, m_anglestep will become 0 -> freeze
|
||||
if(m_size == 0.0f)
|
||||
m_size = DEFAULT_WORLD_OBJECT_SIZE;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9563"
|
||||
#define REVISION_NR "9564"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue