Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 332 → Rev 333

/programs/games/doom/trunk/m_swap.c
31,6 → 31,9
#include "m_swap.h"
 
 
// Not needed with big endian.
#ifndef __BIG_ENDIAN__
 
// Swap 16bit, that is, MSB and LSB byte.
unsigned short SwapSHORT(unsigned short x)
{
49,3 → 52,6
}
 
 
#endif