atsb / Doom64EX-Plus

An improved modern version of Doom64EX.
GNU General Public License v2.0
100 stars 16 forks source link

Secret items wrongly counted after loading game #234

Open bfg01 opened 3 months ago

bfg01 commented 3 months ago

Basically on release 3.6.5.9 from October 22 this very same bug #38 is back; also tested in very same level you tested back then: MAP29 Outpost Omega. See comment https://github.com/atsb/Doom64EX-Plus/issues/38#issuecomment-1357086969

Is this a regression?

atsb commented 3 months ago

This is highly likely an SDL3 issue where many things were converted from ints to floats in order to support it (SDL3 deals in floats for many things now) and so this likely isn't working well. I'll take a look at the commit I did to fix it and fix it again :)

bfg01 commented 3 months ago

Just to clarify in case I was not able to, when saying "October 22" I meant the non-SDL3 build.

atsb commented 3 months ago

Hmmmmm, I'll have to look at the backporting I was doing at the time and see what I've broken.