Skip to content

Commit 1b2e9d5

Browse files
committed
MW fix
1 parent c777e9d commit 1b2e9d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/NFS_XtendedInput_FEng.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,13 @@ void SetBindingButtonTexture(ActionID id, WORD buttonmask) {
622622

623623
void SetControllerUnplugText() {
624624
if (cFEng_IsPackageInControl_Fast(NFS_HASH("ControllerUnplugged.fng"))) {
625+
#ifdef GAME_MW
626+
FEPrintf(
627+
"ControllerUnplugged.fng", FEngFindObject("ControllerUnplugged.fng", 0x3CF6E6CA),
628+
"The controller has been removed.\nPlease re-insert a controller to controller port 1,\nand press the START button or SPACE on keyboard to continue.");
629+
#else
625630
FE_String_Printf(FEngFindObject("ControllerUnplugged.fng", 0x3CF6E6CA), "The controller has been removed.\nPlease re-insert a controller to controller port 1,\nand press the START button or SPACE on keyboard to continue.");
631+
#endif
626632
}
627633
}
628634

0 commit comments

Comments
 (0)