mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-27 00:03:27 +01:00
Re-enable clipboard viewer in mapedit
This commit is contained in:
+2
-2
@@ -753,7 +753,7 @@ int game2_tick()
|
||||
}
|
||||
y = y - 100;
|
||||
}
|
||||
/*
|
||||
|
||||
|
||||
x = 1180;
|
||||
y = 750;
|
||||
@@ -771,7 +771,7 @@ int game2_tick()
|
||||
sprintf(textbuffer,"%i",clipboard_tileid);
|
||||
draw_spritetext(textbuffer, x+10, y+30);
|
||||
draw_spritetext("Clipboard", x-174, y+30);
|
||||
*/
|
||||
|
||||
|
||||
return 0;
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user