Changeset 643 for abuse/trunk/src/light.cpp
- Timestamp:
- May 13, 2011, 9:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/light.cpp
r579 r643 794 794 light_patch *f=first; 795 795 796 screen->Lock();797 798 int scr_w= screen->Size().x;799 uint8_t *screen_line= screen->scan_line(cy1)+cx1;796 main_screen->Lock(); 797 798 int scr_w=main_screen->Size().x; 799 uint8_t *screen_line=main_screen->scan_line(cy1)+cx1; 800 800 801 801 for (int y = cy1; y < cy2; ) … … 887 887 screen_line-=prefix; 888 888 } 889 screen->Unlock();889 main_screen->Unlock(); 890 890 891 891 while (first)
Note: See TracChangeset
for help on using the changeset viewer.