summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/get_viewmodel_fov.cpp
blob: be48dd3229efefb3c5c1a814b17094336eb5e144 (plain)
1
2
3
4
5
6
#include "hooks.hpp"
#include "settings.hpp"

float __fastcall hooks::get_viewmodel_fov( void* ecx, void* edx ) {
	return get_viewmodel_fov_o( ecx, nullptr ) + float( g_settings.misc.viewmodel_fov );
}