mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
update readme and fix always playing str (#1139)
* update readme deps * replace assert * bump timeout * fix memory corruption in kernel * use unknown if level name is invalid
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "common/log/log.h"
|
||||
#include "json_util.h"
|
||||
#include "common/util/assert.h"
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
/*!
|
||||
* Strip out // and / * comments
|
||||
@@ -57,7 +57,7 @@ std::string strip_cpp_style_comments(const std::string& input) {
|
||||
output.push_back(c);
|
||||
break;
|
||||
default:
|
||||
assert(false);
|
||||
ASSERT(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user