summaryrefslogtreecommitdiff
path: root/src/cheat_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cheat_gui.cpp')
-rw-r--r--src/cheat_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp
index d63aaf2be..def295b20 100644
--- a/src/cheat_gui.cpp
+++ b/src/cheat_gui.cpp
@@ -193,7 +193,7 @@ struct CheatWindow : Window {
} break;
}
- DrawString(50, this->width, y + 1, ce->str, TC_FROMSTRING);
+ DrawString(50, this->width, y + 1, ce->str);
y += 12;
}