mirror of
https://github.com/open-goal/jak-project
synced 2026-09-10 12:25:21 -04:00
[decomp] game-info (#779)
* support more process stuff * more of game info * add ref file * progress on save
This commit is contained in:
@@ -1370,6 +1370,9 @@ bool TypeSystem::typecheck_base_types(const std::string& input_expected,
|
||||
}
|
||||
|
||||
if (expected == "seconds") {
|
||||
if (actual == "seconds") {
|
||||
return true;
|
||||
}
|
||||
expected = "uint";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user