mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Re-enable clipboard viewer in mapedit
This commit is contained in:
Binary file not shown.
+2
-2
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user