diff options
Diffstat (limited to 'src/demorec.c')
-rw-r--r-- | src/demorec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demorec.c b/src/demorec.c index 5c79384..448e92d 100644 --- a/src/demorec.c +++ b/src/demorec.c @@ -353,7 +353,7 @@ static bool find_WriteMessages(void) { DECL_VFUNC_DYN(int, GetEngineBuildNumber) -bool demorec_custom_init(void) { +bool demorec_custom_init(void) { if (!has_vtidx_GetEngineBuildNumber || !has_vtidx_RecordPacket) { con_warn("demorec: custom: missing gamedata entries for this engine\n"); return false; |