fix: comment again

This commit is contained in:
Diavolo 2023-02-21 01:23:39 +01:00
parent 185e10f853
commit e4b135c5ff
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -32,8 +32,8 @@ namespace gsc
struct builtin_method
{
std::string name; // actual 'name'
std::uint16_t id;
std::string name;
std::uint16_t id; // actual 'name'
void(*actionFunc)(game::native::scr_entref_t);
};