Fix objectplace controls text so it displays "Weapon Next/Prev"

This commit is contained in:
Monster Iestyn 2016-10-23 14:35:35 +01:00
parent 490cf0183a
commit e390598e13

View file

@ -1265,10 +1265,10 @@ void Command_ObjectPlace_f(void)
HU_DoCEcho(va(M_GetText( HU_DoCEcho(va(M_GetText(
"\\\\\\\\\\\\\\\\\\\\\\\\\x82" "\\\\\\\\\\\\\\\\\\\\\\\\\x82"
" Objectplace Controls: \x80\\\\" " Objectplace Controls: \x80\\\\"
"Weapon L/R: Cycle mapthings\\" "Weapon Next/Prev: Cycle mapthings\\"
" Jump: Float up \\" " Jump: Float up \\"
" Spin: Float down \\" " Spin: Float down \\"
" Fire Ring: Place object \\"))); " Fire Ring: Place object \\")));
} }
// Save all the player's data. // Save all the player's data.