Results 1104 comments of Anders Jenbo

Well no, you just need get `PrintInfo()` to count the line breaks in `InfoString`, instead of using `pnumlines`. At that point (possibly as a follow up PR) multiple calls to...

`LineStart[pnumlines]`, you already changed this meaning that it will be incorrect when using `AddPanelString()`: https://github.com/diasurgical/devilutionX/pull/5267/files#diff-d59ae24c872d55375ef9c864346e2841b9075ceca2b2d24f95836c67a31669f8R270

@sajattack sorry I though you had enough of this port for one day :sweat_smile:

> During gameplay, you can easily identify then that you've accidentally picked up a normal item and can toss it out, without having to hover over every item in your...

There now I can finally review this :) ![image](https://user-images.githubusercontent.com/204594/188041825-487e3973-80b8-4ae0-ab23-99fb80de2842.png)

I think this fix makes sens, but it's going to need a new demo I guess. Should we maybe go over all tiles to make sure they are correct first?

Nice. Lets just keep this PR to the cathedral tiles, we can look at the others later.

`DEVILUTIONX_CEL_EXT` is a bit noisy and not as readable, how about replacing `LoadCel()` with a function that simply takes the name, replaces the extension and passes it to `LoadClx()`?

I like that solution a lot better.