mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-03 01:54:02 -04:00
Process IDs cleanup
* Use fpcM_ERROR_PROCESS_ID_e enum instead of literal -1/0xFFFFFFFF everywhere * Disambiguate variable names by using itemNo/msgNo instead of itemID/msgID
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "JSystem/JUtility/JUTAssert.h"
|
||||
#include "f_pc/f_pc_manager.h"
|
||||
#include "global.h"
|
||||
|
||||
class cBgW;
|
||||
@@ -21,7 +22,7 @@ public:
|
||||
mPolyIndex = -1;
|
||||
mBgIndex = 0x100;
|
||||
mpBgW = NULL;
|
||||
mActorId = -1;
|
||||
mActorId = fpcM_ERROR_PROCESS_ID_e;
|
||||
}
|
||||
void SetPolyInfo(const cBgS_PolyInfo& other) {
|
||||
*this = other;
|
||||
|
||||
Reference in New Issue
Block a user