fixed tab

This commit is contained in:
Nikolay Korolev 2020-09-26 14:12:42 +03:00
parent b42d9e3e7c
commit 2eb2e9ac12
1 changed files with 1 additions and 1 deletions

View File

@ -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