mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
4bf7e9e6b0
I would suggest rewriting all of text16.cpp to use byte* instead of char*, then all this casting around (which introduces the const correctness violations) would not be necessary in the first place. svn-id: r48711