(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'.
This commit is contained in:
@@ -1438,7 +1438,6 @@ STR_NETWORK_GENERAL_ONLINE :{BLACK}{COMMA}/
|
||||
STR_NETWORK_CLIENTS_CAPTION :{BLACK}Kliens
|
||||
STR_NETWORK_CLIENTS_CAPTION_TIP :{BLACK}Kliens online / kliens max
|
||||
STR_NETWORK_GAME_INFO :{SILVER}JÁTÉK INFÓ
|
||||
STR_ORANGE :{ORANGE}{STRING}
|
||||
STR_NETWORK_CLIENTS :{SILVER}Játékos: {WHITE}{COMMA} / {COMMA} - {COMMA} / {COMMA}
|
||||
STR_NETWORK_LANGUAGE :{SILVER}Nyelv: {WHITE}{STRING}
|
||||
STR_NETWORK_TILESET :{SILVER}Tájtípus: {WHITE}{STRING}
|
||||
|
||||
Reference in New Issue
Block a user