Improved ShowScoreBoard method

This commit is contained in:
Antonio Linares
1999-08-04 15:06:47 +00:00
parent d3847dd4e6
commit e1bd76a488

View File

@@ -467,9 +467,10 @@ return oOldGet
METHOD ShowScoreboard() CLASS TGetList
local nRow, nCol, nOldCursor := SetCursor( 0 )
local nRow, nCol, nOldCursor
if Set( _SET_SCOREBOARD )
nOldCursor = SetCursor( 0 )
nRow = Row()
nCol = Col()
SetPos( SCORE_ROW, SCORE_COL )