In \nulldc\plugins\drkPvr\d3drend.cpp, line 3411 the following is present:
do_resize=resizerq.needs_resize & !same_res;
Yet, both of these are boolean types, so should it not be:
do_resize=resizerq.needs_resize && !same_res; ?
Original issue reported on code.google.com by mathew1800 on 10 Mar 2013 at 1:42
Original issue reported on code.google.com by
mathew1800
on 10 Mar 2013 at 1:42Attachments: