mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
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
11 lines
335 B
C++
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;
|