diff options
| author | Torbjörn Andersson | 2003-10-08 06:58:34 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2003-10-08 06:58:34 +0000 |
| commit | 7adf0ff1fcd4e22c957455bb4ab7e24dc7a07e72 (patch) | |
| tree | 3650f00c071e450850d0720a48fbadd707bb168e /sword2/driver/_mouse.cpp | |
| parent | c630856470f771972e3c10a34532d61ed518c717 (diff) | |
| download | scummvm-rg350-7adf0ff1fcd4e22c957455bb4ab7e24dc7a07e72.tar.gz scummvm-rg350-7adf0ff1fcd4e22c957455bb4ab7e24dc7a07e72.tar.bz2 scummvm-rg350-7adf0ff1fcd4e22c957455bb4ab7e24dc7a07e72.zip | |
Some more cosmetic changes while I'm considering the next move. (Or maybe
I'm just hoping that if I stall long enough, someone else will make the
move for me. :-)
svn-id: r10676
Diffstat (limited to 'sword2/driver/_mouse.cpp')
| -rw-r--r-- | sword2/driver/_mouse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp index dbd0632e68..abf1137186 100644 --- a/sword2/driver/_mouse.cpp +++ b/sword2/driver/_mouse.cpp @@ -296,7 +296,7 @@ int32 SetLuggageAnim(uint8 *ma, int32 size) { if (ma) { luggageAnim = (_mouseAnim *) malloc(size); if (!luggageAnim) - return(RDERR_OUTOFMEMORY); + return RDERR_OUTOFMEMORY; memcpy((uint8 *) luggageAnim, ma, size); luggageOffset = (int32 *) ((uint8 *) luggageAnim + sizeof(_mouseAnim)); |
