Fixed|Doom|Heretic: Error initializing the game menu
Use the 'data' member of the local weaponOrder struct to initializethe Weapons option menu as 'text' cannot be reliably accessed usinga char pointer (the data may in fact be an integer).
View differences
Fixed|Doom|Heretic: Error initializing the game menu
Use the 'data' member of the local weaponOrder struct to initialize
the Weapons option menu as 'text' cannot be reliably accessed using
a char pointer (the data may in fact be an integer).