Files
@ r9648:996b8efd5c66
Branch filter:
Location: cpp/openttd-patchpack/source/src/lang/icelandic.txt - annotation
r9648:996b8efd5c66
308.2 KiB
text/plain
(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they were printed, otherwise the text could change due to the few number of slots that could be used to bind.
-Codechange: remove all BindCString and related functions and replace it by RAW_STRING which prints the C-string raw pointer that is on the 'print stack'.
-Codechange: remove all BindCString and related functions and replace it by RAW_STRING which prints the C-string raw pointer that is on the 'print stack'.