fix add sleep

This commit is contained in:
starnakin 2023-06-20 21:49:25 +02:00
parent efc950e1ae
commit a456b62b38

View File

@ -141,6 +141,8 @@ main()
loop
{
slp;
slp;
slp;
draw_map(map, cursor_x, cursor_y);
input_update();