mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Fix Lua Profiler compilation error
This commit is contained in:
parent
eb61b16485
commit
1f076c0e8b
1 changed files with 0 additions and 3 deletions
|
@ -16,7 +16,6 @@
|
|||
#include "pc/chat_commands.h"
|
||||
#include "pc/pc_main.h"
|
||||
|
||||
#if defined(DEVELOPMENT)
|
||||
#include "../mods/mods.h"
|
||||
#include "game/print.h"
|
||||
#include "gfx_dimensions.h"
|
||||
|
@ -77,8 +76,6 @@ void lua_profiler_update_counters(void) {
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#define MAX_HOOKED_REFERENCES 64
|
||||
#define LUA_BEHAVIOR_FLAG (1 << 15)
|
||||
|
||||
|
|
Loading…
Reference in a new issue