Merge branch 'sk' into develop
This commit is contained in:
commit
5d90c143c8
|
@ -1471,7 +1471,7 @@ func (this *Scene) SaveGameDetailedLog(param *SaveGameDetailedParam) {
|
|||
return
|
||||
}
|
||||
|
||||
if param.GameTime < 0 {
|
||||
if param.GameTime <= 0 {
|
||||
param.GameTime = int64(time.Now().Sub(this.GameNowTime).Seconds())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue