diff options
Diffstat (limited to 'src/fixes.h')
-rw-r--r-- | src/fixes.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fixes.h b/src/fixes.h index 0e6764d..4733957 100644 --- a/src/fixes.h +++ b/src/fixes.h @@ -14,7 +14,10 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* Makes a best-effort attempt to fix up random annoyances in some games. */ +/* + * Makes a best-effort attempt to fix up random bugs and annoyances in some + * games. If anything fails, it's just ignored. + */ void fixes_apply(void); // vi: sw=4 ts=4 noet tw=80 cc=80 |