aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/string_pn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/string_pn.cpp')
-rw-r--r--engines/agos/string_pn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/string_pn.cpp b/engines/agos/string_pn.cpp
index ac8c263da3..4d4e2be16a 100644
--- a/engines/agos/string_pn.cpp
+++ b/engines/agos/string_pn.cpp
@@ -137,7 +137,7 @@ void AGOSEngine_PN::pcf(uint8 ch) {
if ((ch != 32) || (_bp + _xofs != 50))
_buffer[_bp++] = ch;
}
- if ((ch != 254) && (!isspace(ch)) && (_bp < 60))
+ if ((ch != 254) && (!Common::isSpace(ch)) && (_bp < 60))
return;
/* We know have a case of needing to print the text */
if (_bp + _xofs > 50) {