mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Small change
This commit is contained in:
@@ -19,7 +19,7 @@ function GameMode:new(player_name, input_file, replay_grade)
|
||||
if input_file ~= nil then
|
||||
input_file = love.filesystem.newFile(REPLAY_DIR..input_file, 'r'):read()
|
||||
input_file = lualzw.decompress(input_file)
|
||||
seed = self:getInputPieceSeq(input_file)
|
||||
local seed = self:getInputPieceSeq(input_file)
|
||||
self.replay_inputs = self:getReplayInputs(input_file)
|
||||
self.randomizer = Randomizer(false, tonumber(seed))
|
||||
self.input_playback = true
|
||||
|
||||
Reference in New Issue
Block a user