mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Don't throw Char*
This commit is contained in:
@@ -355,7 +355,7 @@ String to_bbcode(const String& str_in) {
|
||||
// convert a tagged string to BBCode
|
||||
SCRIPT_FUNCTION(to_bbcode) {
|
||||
SCRIPT_PARAM_C(String, input);
|
||||
throw "TODO";
|
||||
throw InternalError(_("TODO: to_bbcode"));
|
||||
// SCRIPT_RETURN(to_bbcode(input, symbol_font));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user