[CHANGED] 'setmode' renamed to 'mode'

This commit is contained in:
2021-12-17 16:43:06 +01:00
parent fe9f4fed9c
commit 64bcedd82f
12 changed files with 19 additions and 16 deletions

View File

@@ -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]