1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Update cutscene.lua

This commit is contained in:
Zahir Khan 2019-11-17 23:32:20 -05:00 committed by GitHub
parent 94159211ee
commit 7785099753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,6 @@ local waypoints_redmew = {
local function cutscene_function_outpost(player_index, waypoint_index, params)
local cases = {}
local player = game.players[player_index]
local ttw = params.time_to_wait
local zoom = params.zoom
local tick = params.tick
local settings = {original_resolution = original_resolution, original_zoom = original_zoom, player_zoom = zoom}