From 8be622c9691eb18e24549e3e9438155e79c49aa6 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 27 Feb 2011 16:53:54 -0500 Subject: [PATCH] Minor docs, wish to see git-hg merge take place. --- src/ScreenGameplay.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ScreenGameplay.h b/src/ScreenGameplay.h index f73c0236ae..13fb9defc0 100644 --- a/src/ScreenGameplay.h +++ b/src/ScreenGameplay.h @@ -62,6 +62,9 @@ public: * @brief Determine if we're in MultiPlayer. * @return true if it is MultiPlayer, false otherwise. */ bool IsMultiPlayer() const { return m_mp != MultiPlayer_Invalid; } + /** + * @brief Retrieve the name of the Player based on the mode. + * @return the name of the Player. */ RString GetName() const { if( m_bIsDummy )