mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Oops, missed a bit
This commit is contained in:
parent
a87185a96f
commit
d41de844d3
1 changed files with 2 additions and 0 deletions
|
@ -311,6 +311,8 @@ static float LittleFloat(const float l) { return FloatSwap(&l); }
|
||||||
#define ARCH_STRING "i386"
|
#define ARCH_STRING "i386"
|
||||||
#elif defined __sparc
|
#elif defined __sparc
|
||||||
#define ARCH_STRING "sparc"
|
#define ARCH_STRING "sparc"
|
||||||
|
#else
|
||||||
|
#error "Unsupported architecture"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PATH_SEP '/'
|
#define PATH_SEP '/'
|
||||||
|
|
Loading…
Reference in a new issue