During the exp-run in PR 201377, it was found that `games/doomlegacy' gives
errors with a recent Clang 3.7.0 snapshot (final linking fails).
This is because the program uses the wrong form of inline function, causing
linking to fail. This can be fixed easily by using "static inline" instead.
PR: 202498
Submitted by: dim