Bugfix: incorrect type declaration of IS_LITTLE_ENDIAN.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4458 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
ba47db173f
commit
34ed2943db
@ -49,7 +49,7 @@
|
||||
|
||||
const int MAX_PLAYER_COUNT = 4;
|
||||
|
||||
extern int IS_LITTLE_ENDIAN;
|
||||
extern bool IS_LITTLE_ENDIAN;
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user