Fixed demo2.lua to work with new oct_init requirements

This commit is contained in:
j4nk 2023-05-26 20:02:30 -04:00
parent 15e54bec5a
commit 2879a442d3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ function oct_init()
card1["y"] = 0;
card2["x"] = 50;
card2["y"] = 50;
return OCT_TYPE_CLIENT, OCT_NEEDS_TERMBOX;
end
function oct_loop(key)