2000-01-23 13:34 GMT+1 Antonio Linares <alinares@fivetech.com>

This commit is contained in:
Antonio Linares
2000-01-24 13:06:41 +00:00
parent 5ab2ebed7e
commit d2273dc1ed

View File

@@ -38,6 +38,7 @@
#include "getexit.ch"
#include "inkey.ch"
#include "set.ch"
#include "setcurs.ch"
#define SCORE_ROW 0
#define SCORE_COL 60
@@ -478,8 +479,10 @@ METHOD ShowScoreboard() CLASS TGetList
if Set( _SET_SCOREBOARD )
nRow = Row()
nCol = Col()
nOldCursor = SetCursor( SC_NONE )
DispOutAt( SCORE_ROW, SCORE_COL, If( Set( _SET_INSERT ), "Ins", " " ) )
SetPos( nRow, nCol )
SetCursor( nOldCursor )
endif
return nil
@@ -521,4 +524,4 @@ FUNCTION ReadExit( lExit )
RETURN Set( _SET_EXIT, lExit )
FUNCTION ReadInsert( lInsert )
RETURN Set( _SET_INSERT, lInsert )
RETURN Set( _SET_INSERT, lInsert )