mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
ILLUSIONS: code formatting
This commit is contained in:
@@ -74,7 +74,7 @@ char *debugW2I(uint16 *wstr) {
|
||||
return buf;
|
||||
}
|
||||
|
||||
void swapBytesInWideString(byte * wstr) {
|
||||
void swapBytesInWideString(byte *wstr) {
|
||||
#if defined(SCUMM_BIG_ENDIAN)
|
||||
for (byte *ptr = wstr; *ptr != 0; ptr += 2) {
|
||||
WRITE_UINT16(ptr, SWAP_BYTES_16(READ_UINT16(ptr)));
|
||||
|
||||
Reference in New Issue
Block a user