[CHANGED] 'setmode' renamed to 'mode'
This commit is contained in:
@@ -111,7 +111,7 @@ void print(int x, int y, const char* text, Uint8 color) {
|
||||
--]]
|
||||
|
||||
function init()
|
||||
setmode(1)
|
||||
mode(1)
|
||||
current_piece = starting[rnd(7)+1]
|
||||
next_piece = starting[rnd(7)+1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user