fixed bugs with wrong newline handling in envelopes (game and editor)
authorHolger Schemel <holger.schemel@virtion.de>
Tue, 4 Jun 2024 21:13:07 +0000 (23:13 +0200)
committerHolger Schemel <holger.schemel@virtion.de>
Tue, 4 Jun 2024 21:13:07 +0000 (23:13 +0200)
commit0f6832ff60f9beba4f1dd347ba9b78aafd806e82
tree7a7afb6d1cdec48b2f7a64e9a10a06d83387a9ce
parent4a80f76e43a36b3b81db56711959eaa207d26d94
fixed bugs with wrong newline handling in envelopes (game and editor)

This is the second (and hopefully final) attempt to fix a bug that was
already thought to be fixed with commit e567cb7f (which only fixed the
bug partially, and introduced new problems).

See the detailed description in function "LoadLevel_FixEnvelopes()"
for more details on the problem and the solution.
src/files.c
src/libgame/text.c