diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8b3eef7..57c923d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ int main() window.setVerticalSyncEnabled(true); - text::load_strings("en"); + text::load_strings("pl"); assets::load(); game.start(); |