diff options
Diffstat (limited to 'engines/sword2/memory.cpp')
-rw-r--r-- | engines/sword2/memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/memory.cpp b/engines/sword2/memory.cpp index 5ca484343c..cd36f9a19b 100644 --- a/engines/sword2/memory.cpp +++ b/engines/sword2/memory.cpp @@ -31,7 +31,7 @@ // with our PocketPC version. // // There is one thing that prevents us from replacing the whole memory manager -// with the standard memory allocation functions: Broken Sword 2 absolutely, +// with the standard memory allocation functions: Broken Sword II absolutely, // positively needs to be able to encode pointers as 32-bit integers. The // original engine did this simply by casting between pointers and integers, // but as far as I know that's not a very portable thing to do. |