summaryrefslogtreecommitdiff
path: root/menudetailview.c
diff options
context:
space:
mode:
Diffstat (limited to 'menudetailview.c')
-rw-r--r--menudetailview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menudetailview.c b/menudetailview.c
index d1dfb56..f0db454 100644
--- a/menudetailview.c
+++ b/menudetailview.c
@@ -669,8 +669,8 @@ int cNopacityMenuDetailViewLight::HeightFanart(void) {
}
void cNopacityMenuDetailViewLight::DrawPoster(void) {
- int posterWidthOrig;
- int posterHeightOrig;
+ int posterWidthOrig = 0;
+ int posterHeightOrig = 0;
if (hasManualPoster) {
posterWidthOrig = config.GetValue("posterWidth");
posterHeightOrig = config.GetValue("posterHeight");