From 3e59ee300080d11224602963443d723d59eb465d Mon Sep 17 00:00:00 2001 From: xstremebam Date: Mon, 22 May 2017 11:45:14 +1200 Subject: [PATCH] Update xsSpawnDiaglog.hpp --- xs/spawn/Dialog/xsSpawnDiaglog.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xs/spawn/Dialog/xsSpawnDiaglog.hpp b/xs/spawn/Dialog/xsSpawnDiaglog.hpp index 7e08fda..87628fb 100644 --- a/xs/spawn/Dialog/xsSpawnDiaglog.hpp +++ b/xs/spawn/Dialog/xsSpawnDiaglog.hpp @@ -26,7 +26,7 @@ class xstremeGroundorHaloDialog }; class xsSpawnLogo: xsSpawnRscPictureKeepAspect { - idc = 1101 + idc = 1101; x = 0.0771875 * safezoneW + safezoneX; y = 0.054 * safezoneH + safezoneY; w = 0.156 * safezoneW; @@ -105,4 +105,4 @@ class xstremeGroundorHaloDialog colorText[] = {1,1,1,1}; }; }; -}; \ No newline at end of file +};