Skip to content
This repository has been archived by the owner. It is now read-only.

some SilentPatch fixes #715

Merged
5 commits merged into from Sep 26, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
fixed tab
  • Loading branch information
Nick007J committed Sep 26, 2020
commit 2eb2e9ac12e66d3520d88547037217b53997b1fb
@@ -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