Skip to content

Commit

Permalink
Final pre-M2A1-release change
Browse files Browse the repository at this point in the history
This prevented it from building correctly.
  • Loading branch information
RoadrunnerWMC committed Jul 30, 2014
1 parent 053ad67 commit ef1de18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reggie.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
import LHdec
import lz77
import spritelib as SLib
import sprites
import TPL

ReggieID = 'Reggie! Level Editor Next by Treeki, Tempus, RoadrunnerWMC'
Expand Down Expand Up @@ -7258,7 +7259,7 @@ def InitAsEmpty(self):
self.description = trans.string('Gamedefs', 14) # 'A new Mario adventure!<br>' and the date
self.version = '2'

self.sprites = importlib.import_module('sprites')
self.sprites = sprites

self.files = {
'bga': gdf(None, False),
Expand Down

0 comments on commit ef1de18

Please sign in to comment.