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:
hikerstk 2010-01-13 02:26:43 +00:00
parent ba47db173f
commit 34ed2943db

View File

@ -49,7 +49,7 @@
const int MAX_PLAYER_COUNT = 4;
extern int IS_LITTLE_ENDIAN;
extern bool IS_LITTLE_ENDIAN;
#endif