Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fixed tab
  • Loading branch information
Nick007J committed Sep 26, 2020
1 parent b42d9e3 commit 2eb2e9ac12e66d3520d88547037217b53997b1fb
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/Camera.cpp
@@ -104,7 +104,7 @@ CCamera::Init(void)
memset(this, 0, sizeof(CCamera)); // getting rid of vtable, eh?
#endif

#if defined(GTA3_1_1_PATCH) || defined(FIX_BUGS)
#if defined(GTA3_1_1_PATCH) || defined(FIX_BUGS)
m_fMouseAccelHorzntl = fMouseAccelHorzntl;
m_fMouseAccelVertical = fMouseAccelVertical;
#endif

0 comments on commit 2eb2e9a

Please sign in to comment.