[Scummvm-git-logs] scummvm master -> b9d35631587f9a2cf70ae4bb75ffe3f4b6ba915c

dreammaster paulfgilbert at gmail.com
Fri Sep 27 03:51:09 CEST 2019


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:
b9d3563158 GLK: ADRIFT: Compilation fix


Commit: b9d35631587f9a2cf70ae4bb75ffe3f4b6ba915c
    https://github.com/scummvm/scummvm/commit/b9d35631587f9a2cf70ae4bb75ffe3f4b6ba915c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-09-26T18:51:00-07:00

Commit Message:
GLK: ADRIFT: Compilation fix

Changed paths:
    engines/glk/adrift/scprotos.h


diff --git a/engines/glk/adrift/scprotos.h b/engines/glk/adrift/scprotos.h
index 6fd383c..5d39c54 100644
--- a/engines/glk/adrift/scprotos.h
+++ b/engines/glk/adrift/scprotos.h
@@ -101,7 +101,7 @@ enum {
 	TAF_VERSION_500 = 500,
 	TAF_VERSION_400 = 400,
 	TAF_VERSION_390 = 390,
-	TAF_VERSION_380 = 380,
+	TAF_VERSION_380 = 380
 };
 
 typedef struct sc_taf_s *sc_tafref_t;





More information about the Scummvm-git-logs mailing list