Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- interface-old.c 2011-08-21 22:01:12.000000000 -0400
- +++ interface.c 2011-08-21 21:58:20.000000000 -0400
- @@ -2835,8 +2835,8 @@
- drawtext(vid_buf, gx-6, gy-6, "\xCD", 255, 255, 255, 255);
- drawtext(vid_buf, gx-6, gy-6, "\xCE", 212, 151, 81, 255);
- }
- - if (!search_dates[pos] && own)
- - {
- + //if (!search_dates[pos] && own)
- + //{
- fillrect(vid_buf, gx-5, gy+YRES/GRID_S-3, 7, 8, 255, 255, 255, 255);
- if (dap == pos) {
- drawtext(vid_buf, gx-6, gy+YRES/GRID_S-4, "\xA6", 200, 100, 80, 255);
- @@ -2844,7 +2844,7 @@
- drawtext(vid_buf, gx-6, gy+YRES/GRID_S-4, "\xA6", 160, 70, 50, 255);
- }
- //drawtext(vid_buf, gx-6, gy-6, "\xCE", 212, 151, 81, 255);
- - }
- + //}
- if (view_own || svf_admin || svf_mod)
- {
- sprintf(ts+1, "%d", search_votes[pos]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement