mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 22:46:07 +00:00
Match and link CStateMachineFactory
Former-commit-id: fdf57fb977840449171779a3d788b13af7c6c5fc
This commit is contained in:
@@ -55,8 +55,10 @@ private:
|
||||
|
||||
class CAiState {
|
||||
public:
|
||||
CAiState(CAiStateFunc func, const char* name) {
|
||||
x0_func = func;
|
||||
CAiState(CAiStateFunc func, const char* name)
|
||||
: x0_func(func)
|
||||
, x2c_numTriggers(0)
|
||||
, x30_firstTrigger(nullptr) {
|
||||
strncpy(xc_name, name, 31);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user