svn commit: r440515 - head/games/openbor/files
Jan Beich
jbeich at FreeBSD.org
Tue May 9 21:21:42 UTC 2017
Author: jbeich
Date: Tue May 9 21:21:40 2017
New Revision: 440515
URL: https://svnweb.freebsd.org/changeset/ports/440515
Log:
games/openbor: drop no longer necessary crash workaround
Modified:
head/games/openbor/files/patch-openbor.c
Modified: head/games/openbor/files/patch-openbor.c
==============================================================================
--- head/games/openbor/files/patch-openbor.c Tue May 9 20:57:05 2017 (r440514)
+++ head/games/openbor/files/patch-openbor.c Tue May 9 21:21:40 2017 (r440515)
@@ -73,12 +73,3 @@ Avoid accidental rounding from abs()
{
mod = 3 - mod;
}
-@@ -34607,7 +34612,7 @@ void keyboard_setup(int player)
- strncpy(buttonnames[SDID_SPECIAL], "Special", 16);
- strncpy(buttonnames[SDID_START], "Start", 16);
- strncpy(buttonnames[SDID_SCREENSHOT], "Screenshot", 16);
-- strncpy(buttonnames[SDID_ESC], "Exit", 16);
-+ //strncpy(buttonnames[SDID_ESC], "Exit", 16);
-
- savesettings();
- bothnewkeys = 0;
More information about the svn-ports-head
mailing list