mirror of
https://github.com/zeldaret/ss
synced 2026-08-01 08:17:21 -04:00
d_linkage is largely done (#176)
This commit is contained in:
@@ -292,7 +292,7 @@ public:
|
||||
bool ChkLineCheckNone() {
|
||||
return mFlags & LINE_CHECK_NONE;
|
||||
}
|
||||
bool ChkLineCheck() {
|
||||
bool ChkLineCheck() const {
|
||||
return mFlags & LINE_CHECK;
|
||||
}
|
||||
bool Chk_0x4000000() const {
|
||||
|
||||
Reference in New Issue
Block a user