From 310cf0da7cf4186fde42222e6835d5a8ad485c8a Mon Sep 17 00:00:00 2001 From: gaa-cifasis Date: Sun, 18 Feb 2018 18:48:51 -0300 Subject: merged support for playing bink cutscenes and added 1366x768 resolution --- src/main.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 8cbbc75..4ca3465 100644 --- a/src/main.c +++ b/src/main.c @@ -248,7 +248,7 @@ VideoModeStruct VideoModeList[] = { { 640, 480, 0 }, { 720, 480, 0 }, { 800, 600, 0 }, -{ 1024, 768, 0 }, +{ 1366, 768, 0 }, { 1152, 864, 0 }, { 1280, 720, 0 }, { 1280, 768, 0 }, @@ -1228,6 +1228,9 @@ int main(int argc, char *argv[]) LoadKeyConfiguration(); SoundSys_Start(); + + BinkSys_Init(); + if (WantCDRom) CDDA_Start(); InitTextStrings(); @@ -1419,6 +1422,8 @@ if (AvP_MainMenus()) ExitSystem(); CDDA_End(); + BinkSys_Release(); + ClearMemoryPool(); return 0; -- cgit v1.3