Re-enable clipboard viewer in mapedit

This commit is contained in:
stevenhowes
2021-08-31 21:44:38 +01:00
parent ab3bcabd63
commit ac7c10300c
2 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -753,7 +753,7 @@ int game2_tick()
} }
y = y - 100; y = y - 100;
} }
/*
x = 1180; x = 1180;
y = 750; y = 750;
@@ -771,7 +771,7 @@ int game2_tick()
sprintf(textbuffer,"%i",clipboard_tileid); sprintf(textbuffer,"%i",clipboard_tileid);
draw_spritetext(textbuffer, x+10, y+30); draw_spritetext(textbuffer, x+10, y+30);
draw_spritetext("Clipboard", x-174, y+30); draw_spritetext("Clipboard", x-174, y+30);
*/
return 0; return 0;
}else{ }else{