mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
Shiftable
This commit is contained in:
+1
-1
@@ -372,7 +372,7 @@ bool DynamicModuleControl::do_load() {
|
||||
}
|
||||
}
|
||||
if(mModule==NULL&&sFileCache!=NULL) {
|
||||
mModule = (OSModuleInfo*)sFileCache->getResource(0x72656C73,buffer);
|
||||
mModule = (OSModuleInfo*)sFileCache->getResource(0x72656C73/*rels*/,buffer);
|
||||
if(mModule!=NULL) {
|
||||
mSize = 0;
|
||||
mResourceType = 11;
|
||||
|
||||
Reference in New Issue
Block a user