mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-23 04:49:02 -06:00
Fix stuff
This commit is contained in:
parent
01af13003a
commit
00f2d1c4a8
@ -47,8 +47,10 @@ local slots_table = {
|
|||||||
local slot_popup = {["text"]="",["time"]=0,["slotnum"]=0}
|
local slot_popup = {["text"]="",["time"]=0,["slotnum"]=0}
|
||||||
local line_popup = {["y"]=0,["score"]=0,["lines"]=0}
|
local line_popup = {["y"]=0,["score"]=0,["lines"]=0}
|
||||||
|
|
||||||
function MarathonC99Game:new(cfg)
|
function MarathonC99Game:new(_, cfg)
|
||||||
self.super:new(cfg)
|
if cfg == nil then cfg = {} end -- Don't break older Cambridge versions
|
||||||
|
|
||||||
|
self.super:new(_, cfg)
|
||||||
self.grid = Grid(10, 22)
|
self.grid = Grid(10, 22)
|
||||||
|
|
||||||
self.additive_gravity = false
|
self.additive_gravity = false
|
||||||
|
Loading…
Reference in New Issue
Block a user