mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-31 21:30:36 +00:00
Add savegame defines for OS X
This commit is contained in:
parent
ba10009aa5
commit
e9c5c3ca8e
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,9 @@
|
|||
* crash q2 in spectecular
|
||||
* ways
|
||||
*/
|
||||
#if defined(__FreeBSD__)
|
||||
#if defined(__APPLE__)
|
||||
#define OS "MacOS X"
|
||||
#elif defined(__FreeBSD__)
|
||||
#define OS "FreeBSD"
|
||||
#elif defined(__OpenBSD__)
|
||||
#define OS "OpenBSD"
|
||||
|
|
Loading…
Reference in a new issue