aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/amazon/amazon_game.cpp')
-rw-r--r--engines/access/amazon/amazon_game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/amazon/amazon_game.cpp b/engines/access/amazon/amazon_game.cpp
index 6da895a1ce..9b9df8bc25 100644
--- a/engines/access/amazon/amazon_game.cpp
+++ b/engines/access/amazon/amazon_game.cpp
@@ -672,7 +672,7 @@ void AmazonEngine::helpTitle() {
Common::String iqText = "IQ: ";
calcIQ();
- Common::String IQSCORE = Common::String::format("d", _iqValue);
+ Common::String IQSCORE = Common::String::format("%d", _iqValue);
while (IQSCORE.size() != 4)
IQSCORE = " " + IQSCORE;