Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
November 10, 2024, 03:24:16 am
News:
If you can't login, please
contact us
with your username and e-mail so we can fix it.
Home
Help
Search
Calendar
Login
Register
OpenXcom Forum
»
Modding
»
OpenXcom Extended
»
OXCE Bugs
»
OXCE Bugs FIXED
»
[FIXED][bug] units phasing through doors in oxce 7.8.21+
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: [FIXED][bug] units phasing through doors in oxce 7.8.21+ (Read 1539 times)
Meridian
Global Moderator
Commander
Posts: 9055
[FIXED][bug] units phasing through doors in oxce 7.8.21+
«
on:
June 11, 2023, 03:33:24 pm »
when a unit has low TU, e.g. 5 TU, it walks through a door without opening it
expected: cannot make a move (not enough TU)
@yankes: introduced in this commit:
https://github.com/MeridianOXC/OpenXcom/commit/cefeaf6b65a28cfc4001bf018f74315da36464d6
please check
save attached
«
Last Edit: July 03, 2023, 10:09:05 pm by Meridian
»
Logged
Yankes
Commander
Posts: 3326
Re: [bug] units phasing through doors in oxce 7.8.21+
«
Reply #1 on:
June 11, 2023, 04:44:00 pm »
Ok, I recheck this commit and I suspect:
Code:
[Select]
if ((direction == 0 || direction == 7 || direction == 1) && startTile[i]->hasLadderOnNorthWall())
I mess up condition as it should be false for case where is not climb wall but its true.
Logged
Yankes
Commander
Posts: 3326
Re: [bug] units phasing through doors in oxce 7.8.21+
«
Reply #2 on:
June 13, 2023, 02:44:49 am »
Should be fixed in OXCE 7.9.7
Logged
Vakrug
Colonel
Posts: 320
Re: [bug] units phasing through doors in oxce 7.8.21+
«
Reply #3 on:
June 13, 2023, 10:13:34 am »
Oh... :'( This bug was so hilarious...
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
OpenXcom Forum
»
Modding
»
OpenXcom Extended
»
OXCE Bugs
»
OXCE Bugs FIXED
»
[FIXED][bug] units phasing through doors in oxce 7.8.21+