Skip to content

Commit

Permalink
Rename event method
Browse files Browse the repository at this point in the history
  • Loading branch information
ZivDero committed Sep 20, 2024
1 parent fe4e221 commit ad3c729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/new/viniferaevent/viniferaevent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include "protocolzero.h"

void ViniferaEventClass::Execute_This()
void ViniferaEventClass::Execute()
{
switch (Type)
{
Expand Down
2 changes: 1 addition & 1 deletion src/new/viniferaevent/viniferaevent.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ViniferaEventClass

} Data;

void Execute_This();
void Execute();
EventClass& As_Event() { return *reinterpret_cast<EventClass*>(this); }

static unsigned char Event_Length(ViniferaEventType type);
Expand Down

0 comments on commit ad3c729

Please sign in to comment.