summaryrefslogtreecommitdiffstats
path: root/src/core/PlayerSkin.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-04-04 13:39:58 +0200
committereray orçunus <erayorcunus@gmail.com>2020-04-04 13:49:19 +0200
commitbd7a59e58ea92ad135bf737e07a5c422b4364eb2 (patch)
tree67b4872ab47ee0a704021ead9468050e2700eac5 /src/core/PlayerSkin.cpp
parentMerge pull request #377 from Fire-Head/master (diff)
downloadre3-bd7a59e58ea92ad135bf737e07a5c422b4364eb2.tar
re3-bd7a59e58ea92ad135bf737e07a5c422b4364eb2.tar.gz
re3-bd7a59e58ea92ad135bf737e07a5c422b4364eb2.tar.bz2
re3-bd7a59e58ea92ad135bf737e07a5c422b4364eb2.tar.lz
re3-bd7a59e58ea92ad135bf737e07a5c422b4364eb2.tar.xz
re3-bd7a59e58ea92ad135bf737e07a5c422b4364eb2.tar.zst
re3-bd7a59e58ea92ad135bf737e07a5c422b4364eb2.zip
Diffstat (limited to 'src/core/PlayerSkin.cpp')
-rw-r--r--src/core/PlayerSkin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/PlayerSkin.cpp b/src/core/PlayerSkin.cpp
index 4f730b90..bf780666 100644
--- a/src/core/PlayerSkin.cpp
+++ b/src/core/PlayerSkin.cpp
@@ -142,10 +142,6 @@ CPlayerSkin::RenderFrontendSkinEdit(void)
const RwV3d axis2 = { 0.0f, 0.0f, 1.0f };
static uint32 LastFlash = 0;
-#ifdef ASPECT_RATIO_SCALE
- pos.x = 1.35f * (SCREEN_ASPECT_RATIO / DEFAULT_ASPECT_RATIO);
-#endif
-
RwFrame *frame = RpClumpGetFrame(gpPlayerClump);
if (CTimer::GetTimeInMillisecondsPauseMode() - LastFlash > 7) {