Advertisement
Guest User

Untitled

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