diff --git a/src/core/user_manager.h b/src/core/user_manager.h index 11a0e6b7f..2d305cf3d 100644 --- a/src/core/user_manager.h +++ b/src/core/user_manager.h @@ -11,7 +11,7 @@ struct User { s32 user_id; u32 user_color; std::string user_name; - int controller_port; // 1�4 + int controller_port; // 1-4 }; struct Users {