fixed most stuff theres still linker issues

This commit is contained in:
JuiceyDev
2026-03-05 10:51:53 +01:00
parent 240a7e91a6
commit f622fe08a8
14 changed files with 269 additions and 16 deletions
@@ -1955,3 +1955,15 @@
#define IDS_YOU_DIED 1953
#define IDS_YOU_HAVE 1954
#define IDS_ZOMBIE 1955
#ifdef __linux__
#ifndef IDS_ERROR_NETWORK_TITLE
#define IDS_ERROR_NETWORK_TITLE IDS_ERROR_NETWORK
#endif
#ifndef IDS_ONLINE_SERVICE_TITLE
#define IDS_ONLINE_SERVICE_TITLE IDS_ERROR_NETWORK
#endif
#ifndef IDS_CONTENT_RESTRICTION
#define IDS_CONTENT_RESTRICTION IDS_NO_USER_CREATED_CONTENT_PRIVILEGE_CREATE
#endif
#endif