Skip to content

Commit

Permalink
fix typo in method name (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
4z0t authored Nov 7, 2024
1 parent 03cf904 commit 1202047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions section/EntityGetFootprint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "include/magic_classes.h"
#include "include/moho.h"

int ForceAltFootPrint(lua_State *L)
int ForceAltFootprint(lua_State *L)
{

if (lua_gettop(L) != 2)
Expand All @@ -20,10 +20,10 @@ int ForceAltFootPrint(lua_State *L)
}
using UnitMethodReg = SimRegFunc<0x00E2D550, 0x00F8D704>;

UnitMethodReg UseAltFootPrintReg{
"ForceAltFootPrint",
UnitMethodReg UseAltFootprintReg{
"ForceAltFootprint",
"",
ForceAltFootPrint,
ForceAltFootprint,
"Unit"};


Expand Down

0 comments on commit 1202047

Please sign in to comment.