修复录像回放会进入排行
This commit is contained in:
@@ -262,7 +262,7 @@ function gameOver()--Save record
|
|||||||
if R>0 then
|
if R>0 then
|
||||||
GAME.rank=R
|
GAME.rank=R
|
||||||
end
|
end
|
||||||
if scoreValid()and M.score then
|
if not GAME.replaying and M.score and scoreValid()then
|
||||||
if RANKS[M.name]then--Old rank exist
|
if RANKS[M.name]then--Old rank exist
|
||||||
local needSave
|
local needSave
|
||||||
if R>RANKS[M.name]then
|
if R>RANKS[M.name]then
|
||||||
|
|||||||
Reference in New Issue
Block a user