I blame VS Code for this.

This commit is contained in:
kalaposfos13 2026-01-04 12:06:24 +01:00
parent bebd97ccfe
commit 8f17ace650

View File

@ -11,7 +11,7 @@ struct User {
s32 user_id;
u32 user_color;
std::string user_name;
int controller_port; // 1<EFBFBD>4
int controller_port; // 1-4
};
struct Users {