ref: f1c16b2d0a97c54e154997f54cb1dac26e0d6510
parent: 5c28b4cd722fa8ebad86005c32c4618020fdee41
author: Turo Lamminen <[email protected]>
date: Sat May 19 10:22:55 EDT 2018
strife: Remove redundant call to DEH_String Closes #1039
--- a/src/strife/p_switch.c
+++ b/src/strife/p_switch.c
@@ -1015,7 +1015,7 @@
P_GiveItemToPlayer(thing->player, SPR_TOKN, MT_TOKEN_NEW_ACCURACY);
P_ChangeSwitchTexture(line, 0);
DEH_snprintf(usemessage, sizeof(usemessage),
- DEH_String("Congratulations! You have completed the training area."));
+ "Congratulations! You have completed the training area.");
thing->player->message = usemessage;
}
break;