small comment changes
This commit is contained in:
+2
-2
@@ -2816,7 +2816,7 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
HandleMainMenuChoice( ScreenEdit::save_on_exit );
|
HandleMainMenuChoice( ScreenEdit::save_on_exit );
|
||||||
return;
|
return;
|
||||||
case ANSWER_NO:
|
case ANSWER_NO:
|
||||||
/* Don't save; just exit. */
|
// Don't save; just exit.
|
||||||
SCREENMAN->SendMessageToTopScreen( SM_DoExit );
|
SCREENMAN->SendMessageToTopScreen( SM_DoExit );
|
||||||
return;
|
return;
|
||||||
case ANSWER_CANCEL:
|
case ANSWER_CANCEL:
|
||||||
@@ -4128,7 +4128,7 @@ void ScreenEdit::DoHelp()
|
|||||||
// lua start
|
// lua start
|
||||||
#include "LuaBinding.h"
|
#include "LuaBinding.h"
|
||||||
|
|
||||||
/** @brief Allow Lua to have access to the ScreenEdit. */
|
/** @brief Allow Lua to have access to ScreenEdit. */
|
||||||
class LunaScreenEdit: public Luna<ScreenEdit>
|
class LunaScreenEdit: public Luna<ScreenEdit>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user