Henne / Bright-Eyes

"Bright Eyes" is a variation of DOSBox with customized support for the CRPG "Das schwarze Auge 1 - Schicksalsklinge"
GNU General Public License v2.0
19 stars 7 forks source link

get_tx numbering #37

Closed tuxor1337 closed 7 years ago

tuxor1337 commented 7 years ago

Instead of giving the offset of a string in the text indices TX_INDEX etc. it makes sense to provide the number of the string instead, which means dividing all the numbers in get_tx(...) etc. by 4. That's what this commit does.