diff --git a/code/graphics/software/font.cpp b/code/graphics/software/font.cpp index 1d8b542a38d..3072c54f6ab 100644 --- a/code/graphics/software/font.cpp +++ b/code/graphics/software/font.cpp @@ -390,7 +390,7 @@ namespace } } - if (optional_string("+Auto Size")) { + if (optional_string_either("+Auto Size", "+Auto Size:") >= 0) { bool temp; stuff_boolean(&temp);