From 22710d9b44565abe393d13199d445d6909bb8dfd Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Fri, 3 Apr 2015 17:59:39 +0200 Subject: [PATCH] lilyPad: fix the linux crash if ini doesn't exist All credits go to Arcum42 --- plugins/LilyPad/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/LilyPad/Config.h b/plugins/LilyPad/Config.h index 9e274906d1..f53c5cf25d 100644 --- a/plugins/LilyPad/Config.h +++ b/plugins/LilyPad/Config.h @@ -68,7 +68,7 @@ public: u8 vistaVolume; }; - u8 bools[1]; + u8 bools[16]; }; int volume;