[Scummvm-git-logs] scummvm master -> c81605dfa96b17c3e7dda1e774f5005af90412a2
trembyle
noreply at scummvm.org
Tue Jan 4 00:25:24 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c81605dfa9 AGI: Fix build errors
Commit: c81605dfa96b17c3e7dda1e774f5005af90412a2
https://github.com/scummvm/scummvm/commit/c81605dfa96b17c3e7dda1e774f5005af90412a2
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2022-01-03T19:25:02-05:00
Commit Message:
AGI: Fix build errors
Changed paths:
engines/agi/detection_tables.h
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 5052fc4f4cf..07dac1870ed 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -117,7 +117,7 @@ namespace Agi {
#define GAME_LVFPN2U(id,msg,fname_1,md5_1,size_1,fname_2,md5_2,size_2,lang,ver,features,gid,platform,interp,guioptions) { \
{ \
id, \
- extra, \
+ msg, \
AD_ENTRY2s(fname_1,md5_1,size_1,fname_2,md5_2,size_2), \
lang, \
platform, \
More information about the Scummvm-git-logs
mailing list