+ //DECLSPEC int sge_tt_input(SDL_Surface *screen,sge_TTFont *font,char *string,Uint8 flags, int pos,int len,Sint16 x,Sint16 y, Uint32 fcol, Uint32 bcol, int Alpha);
+ if ( iRetval == -1 )
+ {
+ m_bDone = true;
+ m_iReturnCode = 100;
+ g_oState.m_bQuitFlag = true;
+ }
+ if ( iRetval > 0 )
+ {
+ m_sHostname = acBuffer;
+ m_poServerMenuItem->SetValue( acBuffer );
+ }
+ Clear();
+ Draw();
+ break;
+ }
+ }
+
+ void ItemChanged( int a_iItemCode, int a_iValue, MenuItem* a_poMenuItem )