#145 Potential backwards elseif checks

닫힘
temp3 년 전을 오픈 · 1개의 코멘트
temp 코멘트됨, 3 년 전

These 6 files all have a section of elseif checks that might not ever be called because the first one has the largest range. In a couple of the files, there are some other checks that might make them reachable, but maybe not as I didn't dig into those other variables much.

They all have the string "elseif" and follow a pattern such as elseif var >= 0:

Do something

elseif var >= 20:

Do something else, except this won't ever get called.

or maybe

else if < 100:

Do something

else if < 80:

Do something else, except this won't ever get called.

locations\arousal.qsrc

locations\beverage.qsrc

locations\meadow.qsrc

locations\natbelapt.qsrc

locations\rolanbath.qsrc

locations\stallion.qsrc

These 6 files all have a section of elseif checks that might not ever be called because the first one has the largest range. In a couple of the files, there are some other checks that might make them reachable, but maybe not as I didn't dig into those other variables much. They all have the string "elseif" and follow a pattern such as elseif var >= 0: Do something elseif var >= 20: Do something else, except this won't ever get called. or maybe else if < 100: Do something else if < 80: Do something else, except this won't ever get called. locations\arousal.qsrc locations\beverage.qsrc locations\meadow.qsrc locations\natbelapt.qsrc locations\rolanbath.qsrc locations\stallion.qsrc
Kevin_Smarts 코멘트됨, 3 년 전
소유자

I don't see the one in arousal, the nearest is the mixed ones but the range is not only limiting factor. 'afteralcohol' in beverage fixed The one in meadow is again mixed conditions and correct Mother state randomizer now fixed 'sh_rolan_bazar' fixed and random other thing tidied up Staillon recognies magic levels now

Thanks!

I don't see the one in arousal, the nearest is the mixed ones but the range is not only limiting factor. 'afteralcohol' in beverage fixed The one in meadow is again mixed conditions and correct Mother state randomizer now fixed 'sh_rolan_bazar' fixed and random other thing tidied up Staillon recognies magic levels now Thanks!
로그인하여 이 대화에 참여
레이블 없음
마일스톤 없음
담당자 없음
참여자 2명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.