mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 05:39:01 +00:00
fixed tab
This commit is contained in:
parent
b42d9e3e7c
commit
2eb2e9ac12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue