Fixed Controller enum to string conversion
[supertux.git] / src / control / controller.cpp
index 686ccb3..49996e2 100644 (file)
@@ -23,7 +23,8 @@ const char* Controller::controlNames[] = {
   "down",
   "jump",
   "action",
-  "pause-menu",
+  "start",
+  "escape",
   "menu-select",
   "menu-back",
   "cheat-menu",