MantisBT - Zandronum
View Issue Details
0003889Zandronum[All Projects] Suggestionpublic2021-06-28 19:552021-06-28 19:55
Ivan 
 
normalminorN/A
newopen 
3.1-beta 
 
0003889: LANGUAGE lump duplicate redirection
Language lump allows a useful feature where you can redirect duplicate strings as pointers. Example given on wiki:

MY_STRING_1 = "String 1 or 2";
MY_STRING_2 = "$$MY_STRING_1"; // MY_STRING_2 will also resolve to "String 1 or 2"

I have an example wad that shows the lack of this feature on Zandronum. When you enter the game it should print "This is a test string." but it instead prints the label it has in the lump itself.
No tags attached.
? lang_ptr_test.wad (396) 2021-06-28 19:55
/tracker/file_download.php?file_id=2647&type=bug
Issue History
2021-06-28 19:55IvanNew Issue
2021-06-28 19:55IvanFile Added: lang_ptr_test.wad

There are no notes attached to this issue.