ports/games/rawgl/files/patch-main.cpp
Dmitry Marakasov 45d150fb4d - Add games/rawgl
rawgl is a re-implementation of the engine used in the game Another World.

WWW: https://github.com/cyxx/rawgl

PR:		227299
Submitted by:	pkubaj@FreeBSD.org
2019-12-05 16:19:36 +00:00

11 lines
335 B
C++

--- main.cpp.orig 2018-03-21 01:29:10 UTC
+++ main.cpp
@@ -83,7 +83,7 @@ static const int DEFAULT_WINDOW_H = 400;
int main(int argc, char *argv[]) {
char *dataPath = 0;
int part = 16001;
- Language lang = LANG_FR;
+ Language lang = LANG_US;
int graphicsType = GRAPHICS_GL;
DisplayMode dm;
dm.mode = DisplayMode::WINDOWED;