summaryrefslogtreecommitdiffstats
path: root/src/Map.h
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-02-19 19:57:14 +0100
committerandrew <xdotftw@gmail.com>2014-02-19 19:57:14 +0100
commit58a708825fa7e79c9dcbe6ad1bbbb2c0c3247edc (patch)
tree65bfddbbf4d72b2a359496d2710a74c414e4b9be /src/Map.h
parentDocumented cMap (diff)
downloadcuberite-58a708825fa7e79c9dcbe6ad1bbbb2c0c3247edc.tar
cuberite-58a708825fa7e79c9dcbe6ad1bbbb2c0c3247edc.tar.gz
cuberite-58a708825fa7e79c9dcbe6ad1bbbb2c0c3247edc.tar.bz2
cuberite-58a708825fa7e79c9dcbe6ad1bbbb2c0c3247edc.tar.lz
cuberite-58a708825fa7e79c9dcbe6ad1bbbb2c0c3247edc.tar.xz
cuberite-58a708825fa7e79c9dcbe6ad1bbbb2c0c3247edc.tar.zst
cuberite-58a708825fa7e79c9dcbe6ad1bbbb2c0c3247edc.zip
Diffstat (limited to 'src/Map.h')
-rw-r--r--src/Map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Map.h b/src/Map.h
index 1a330e1c2..3cf9977ab 100644
--- a/src/Map.h
+++ b/src/Map.h
@@ -51,7 +51,7 @@ public:
/** Constructs a map decorator that tracks a player. */
cMapDecorator(cMap * a_Map, cPlayer * a_Player);
- /** Updates the pixel coordinates of the decorator. */
+ /** Updates the decorator. */
void Update(void);
unsigned int GetPixelX(void) const { return m_PixelX; }
@@ -123,7 +123,7 @@ public:
/** Construct an empty map. */
cMap(unsigned int a_ID, cWorld * a_World);
- /** Constructs an empty map at the specified coordinates. */
+ /** Construct an empty map at the specified coordinates. */
cMap(unsigned int a_ID, int a_CenterX, int a_CenterZ, cWorld * a_World, unsigned int a_Scale = 3);
/** Send this map to the specified client. WARNING: Slow */
@@ -135,7 +135,7 @@ public:
/** Update a circular region around the specified player. */
void UpdateRadius(cPlayer & a_Player, unsigned int a_Radius);
- /** Send next update packet and remove invalid decorators */
+ /** Send next update packet to the specified player and remove invalid decorators/clients. */
void UpdateClient(cPlayer * a_Player);
// tolua_begin