mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 20:21:28 -04:00
game: Remove temporary CLI arg shim in gk (#2532)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "common/goal_constants.h"
|
||||
#include "common/type_system/TypeSystem.h"
|
||||
#include "common/versions.h"
|
||||
#include "common/versions/versions.h"
|
||||
|
||||
#include "goalc/debugger/DebugInfo.h"
|
||||
|
||||
@@ -636,4 +636,4 @@ ObjectGeneratorStats ObjectGenerator::get_stats() const {
|
||||
void ObjectGenerator::count_eliminated_move() {
|
||||
m_stats.moves_eliminated++;
|
||||
}
|
||||
} // namespace emitter
|
||||
} // namespace emitter
|
||||
|
||||
Reference in New Issue
Block a user