Rework AddGRFString not to call itself recursively
commit5be57bfe14343db8186ad711be7180d99c05acc3
authorcirdan <cirdansw@gmail.com>
Wed, 15 Nov 2017 20:26:38 +0000 (15 21:26 +0100)
committercirdan <cirdansw@gmail.com>
Wed, 15 Nov 2017 20:26:38 +0000 (15 21:26 +0100)
tree3846273e90a08f6ee7e36c463e38bfe4707c97f2
parent6ffae9357bc7ebc2fb8e4975755f3cbf7290b7e4
Rework AddGRFString not to call itself recursively

Rework the original AddGRFString variant to delegate the actual
adding of strings to the new variant instead of calling itself
recursively.
src/newgrf_text.cpp