Mercurial > fife-parpg
diff engine/core/video/fonts/fontbase.cpp @ 244:7887f3854862
'Fixed' segfault in rio de hola. Font system in FIFE is odd.
Also don't call onActionFinished in ~Instance.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 25 Mar 2009 09:38:10 +0000 |
parents | 756b895e1dab |
children | 6dace911ac2d |
line wrap: on
line diff
--- a/engine/core/video/fonts/fontbase.cpp Wed Mar 25 08:48:31 2009 +0000 +++ b/engine/core/video/fonts/fontbase.cpp Wed Mar 25 09:38:10 2009 +0000 @@ -78,7 +78,7 @@ return mColor; } - int FontBase::getStringIndexAt(const std::string &text, int x) { + int FontBase::getStringIndexAt(const std::string &text, int x) const { assert( utf8::is_valid(text.begin(), text.end()) ); std::string::const_iterator cur; if (text.size() == 0) return 0;