[Scummvm-git-logs] scummvm master -> 14e600e5862a0e82cf5bdb838300c122cdffe326
dreammaster
noreply at scummvm.org
Sun May 10 05:44:33 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
14e600e586 MADS: DRAGONSPHERE: Added newline at the end of room header files
Commit: 14e600e5862a0e82cf5bdb838300c122cdffe326
https://github.com/scummvm/scummvm/commit/14e600e5862a0e82cf5bdb838300c122cdffe326
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-05-10T15:44:15+10:00
Commit Message:
MADS: DRAGONSPHERE: Added newline at the end of room header files
Changed paths:
engines/mads/madsv2/dragonsphere/rooms/room107.h
engines/mads/madsv2/dragonsphere/rooms/room108.h
engines/mads/madsv2/dragonsphere/rooms/room109.h
engines/mads/madsv2/dragonsphere/rooms/room110.h
engines/mads/madsv2/dragonsphere/rooms/room111.h
engines/mads/madsv2/dragonsphere/rooms/room112.h
engines/mads/madsv2/dragonsphere/rooms/room113.h
engines/mads/madsv2/dragonsphere/rooms/room114.h
engines/mads/madsv2/dragonsphere/rooms/room115.h
engines/mads/madsv2/dragonsphere/rooms/room116.h
engines/mads/madsv2/dragonsphere/rooms/room117.h
engines/mads/madsv2/dragonsphere/rooms/room118.h
engines/mads/madsv2/dragonsphere/rooms/room119.h
engines/mads/madsv2/dragonsphere/rooms/room201.h
engines/mads/madsv2/dragonsphere/rooms/room203.h
engines/mads/madsv2/dragonsphere/rooms/room204.h
engines/mads/madsv2/dragonsphere/rooms/room205.h
engines/mads/madsv2/dragonsphere/rooms/room206.h
engines/mads/madsv2/dragonsphere/rooms/room301.h
engines/mads/madsv2/dragonsphere/rooms/room302.h
engines/mads/madsv2/dragonsphere/rooms/room303.h
engines/mads/madsv2/dragonsphere/rooms/room401.h
engines/mads/madsv2/dragonsphere/rooms/room402.h
engines/mads/madsv2/dragonsphere/rooms/room403.h
engines/mads/madsv2/dragonsphere/rooms/room404.h
engines/mads/madsv2/dragonsphere/rooms/room405.h
engines/mads/madsv2/dragonsphere/rooms/room406.h
engines/mads/madsv2/dragonsphere/rooms/room407.h
engines/mads/madsv2/dragonsphere/rooms/room408.h
engines/mads/madsv2/dragonsphere/rooms/room409.h
engines/mads/madsv2/dragonsphere/rooms/room410.h
engines/mads/madsv2/dragonsphere/rooms/room411.h
engines/mads/madsv2/dragonsphere/rooms/room412.h
engines/mads/madsv2/dragonsphere/rooms/room454.h
engines/mads/madsv2/dragonsphere/rooms/room501.h
engines/mads/madsv2/dragonsphere/rooms/room502.h
engines/mads/madsv2/dragonsphere/rooms/room503.h
engines/mads/madsv2/dragonsphere/rooms/room504.h
engines/mads/madsv2/dragonsphere/rooms/room505.h
engines/mads/madsv2/dragonsphere/rooms/room506.h
engines/mads/madsv2/dragonsphere/rooms/room507.h
engines/mads/madsv2/dragonsphere/rooms/room508.h
engines/mads/madsv2/dragonsphere/rooms/room509.h
engines/mads/madsv2/dragonsphere/rooms/room510.h
engines/mads/madsv2/dragonsphere/rooms/room511.h
engines/mads/madsv2/dragonsphere/rooms/room512.h
engines/mads/madsv2/dragonsphere/rooms/room557.h
engines/mads/madsv2/dragonsphere/rooms/room601.h
engines/mads/madsv2/dragonsphere/rooms/room603.h
engines/mads/madsv2/dragonsphere/rooms/room604.h
engines/mads/madsv2/dragonsphere/rooms/room605.h
engines/mads/madsv2/dragonsphere/rooms/room606.h
engines/mads/madsv2/dragonsphere/rooms/room607.h
engines/mads/madsv2/dragonsphere/rooms/room609.h
engines/mads/madsv2/dragonsphere/rooms/room612.h
engines/mads/madsv2/dragonsphere/rooms/room613.h
engines/mads/madsv2/dragonsphere/rooms/room614.h
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room107.h b/engines/mads/madsv2/dragonsphere/rooms/room107.h
index 4f4ce250075..ba8ff10dcb8 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room107.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room107.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_107_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room108.h b/engines/mads/madsv2/dragonsphere/rooms/room108.h
index 2617cc580a4..6d4e199ad4a 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room108.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room108.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_108_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room109.h b/engines/mads/madsv2/dragonsphere/rooms/room109.h
index 73a8b5cae65..348ede2ef92 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room109.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room109.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_109_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room110.h b/engines/mads/madsv2/dragonsphere/rooms/room110.h
index c490d69b46c..66eff3ce76f 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room110.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room110.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_110_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room111.h b/engines/mads/madsv2/dragonsphere/rooms/room111.h
index 8d105ba6c56..088afb94124 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room111.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room111.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_111_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room112.h b/engines/mads/madsv2/dragonsphere/rooms/room112.h
index b01620b0992..97ae3f8a6c3 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room112.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room112.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_112_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room113.h b/engines/mads/madsv2/dragonsphere/rooms/room113.h
index 9d2336d6cf8..66ef5ab8c91 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room113.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room113.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_113_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room114.h b/engines/mads/madsv2/dragonsphere/rooms/room114.h
index d0f58897a01..ae9c6f84855 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room114.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room114.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_114_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room115.h b/engines/mads/madsv2/dragonsphere/rooms/room115.h
index 33ecf16f5c9..0695a3e3b6a 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room115.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room115.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_115_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room116.h b/engines/mads/madsv2/dragonsphere/rooms/room116.h
index d9985d0725e..6b31c3dc1cb 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room116.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room116.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_116_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room117.h b/engines/mads/madsv2/dragonsphere/rooms/room117.h
index 436b163b707..8e91b0237b5 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room117.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room117.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_117_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room118.h b/engines/mads/madsv2/dragonsphere/rooms/room118.h
index 5bcf363bbd0..f3b8ccc2c1b 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room118.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room118.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_118_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room119.h b/engines/mads/madsv2/dragonsphere/rooms/room119.h
index c9dc7088002..d3019180b4c 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room119.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room119.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_119_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room201.h b/engines/mads/madsv2/dragonsphere/rooms/room201.h
index 6bfb101effb..5d9562393fc 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room201.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room201.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_201_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room203.h b/engines/mads/madsv2/dragonsphere/rooms/room203.h
index dfc907a8a26..53e9fe9af08 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room203.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room203.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_203_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room204.h b/engines/mads/madsv2/dragonsphere/rooms/room204.h
index 75ac865661b..594e50e9f22 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room204.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room204.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_204_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room205.h b/engines/mads/madsv2/dragonsphere/rooms/room205.h
index cc088e7dd08..e3761b9f5f1 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room205.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room205.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_205_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room206.h b/engines/mads/madsv2/dragonsphere/rooms/room206.h
index ed75df7a035..94bec18234f 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room206.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room206.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_206_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room301.h b/engines/mads/madsv2/dragonsphere/rooms/room301.h
index 2d386ecfc7a..756cccfabff 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room301.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room301.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_301_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room302.h b/engines/mads/madsv2/dragonsphere/rooms/room302.h
index 6158b679be8..593dc1112cf 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room302.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room302.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_302_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room303.h b/engines/mads/madsv2/dragonsphere/rooms/room303.h
index cae65ad2e3e..c4fd253b89e 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room303.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room303.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_303_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room401.h b/engines/mads/madsv2/dragonsphere/rooms/room401.h
index d518d14e250..1a53080c6c1 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room401.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room401.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_401_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room402.h b/engines/mads/madsv2/dragonsphere/rooms/room402.h
index d823e0629dd..9d78d70fc27 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room402.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room402.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_402_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room403.h b/engines/mads/madsv2/dragonsphere/rooms/room403.h
index 8c80b659c8f..605a37a88f0 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room403.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room403.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_403_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room404.h b/engines/mads/madsv2/dragonsphere/rooms/room404.h
index 2be03ea718d..b2900c5104d 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room404.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room404.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_404_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room405.h b/engines/mads/madsv2/dragonsphere/rooms/room405.h
index 8f19d838589..9fb85293209 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room405.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room405.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_405_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room406.h b/engines/mads/madsv2/dragonsphere/rooms/room406.h
index 8a303c413a6..4180dd17fc1 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room406.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room406.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_406_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room407.h b/engines/mads/madsv2/dragonsphere/rooms/room407.h
index ddfb3a567b1..ad92ebb5c9a 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room407.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room407.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_407_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room408.h b/engines/mads/madsv2/dragonsphere/rooms/room408.h
index 26ee219fb26..00a5665aa7e 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room408.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room408.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_408_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room409.h b/engines/mads/madsv2/dragonsphere/rooms/room409.h
index 226cd62c625..44ce70ab0e4 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room409.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room409.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_409_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room410.h b/engines/mads/madsv2/dragonsphere/rooms/room410.h
index a861c3f8635..15f0f20e761 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room410.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room410.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_410_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room411.h b/engines/mads/madsv2/dragonsphere/rooms/room411.h
index 92d757fd4d0..9f3526d4a5f 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room411.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room411.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_411_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room412.h b/engines/mads/madsv2/dragonsphere/rooms/room412.h
index a0e453c8d44..7a3cabfc3d7 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room412.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room412.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_412_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room454.h b/engines/mads/madsv2/dragonsphere/rooms/room454.h
index b47968e4308..7fb04f9c331 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room454.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room454.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_454_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room501.h b/engines/mads/madsv2/dragonsphere/rooms/room501.h
index 90aeebe9235..9288f15cbc8 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room501.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room501.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_501_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room502.h b/engines/mads/madsv2/dragonsphere/rooms/room502.h
index 93d5d5ff8df..76be875857c 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room502.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room502.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_502_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room503.h b/engines/mads/madsv2/dragonsphere/rooms/room503.h
index a30c98bc4d1..5b9df1c752d 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room503.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room503.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_503_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room504.h b/engines/mads/madsv2/dragonsphere/rooms/room504.h
index fb2effa36b1..520b339aab9 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room504.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room504.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_504_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room505.h b/engines/mads/madsv2/dragonsphere/rooms/room505.h
index 278cc19aa3d..280c442f199 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room505.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room505.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_505_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room506.h b/engines/mads/madsv2/dragonsphere/rooms/room506.h
index 6c28987450d..978376e0f3a 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room506.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room506.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_506_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room507.h b/engines/mads/madsv2/dragonsphere/rooms/room507.h
index ea46e45bdd8..fe7d12af0f8 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room507.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room507.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_507_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room508.h b/engines/mads/madsv2/dragonsphere/rooms/room508.h
index 9ef1448b55e..2fae2c2df11 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room508.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room508.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_508_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room509.h b/engines/mads/madsv2/dragonsphere/rooms/room509.h
index 9a00005c3cf..77b5284adc0 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room509.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room509.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_509_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room510.h b/engines/mads/madsv2/dragonsphere/rooms/room510.h
index b0602911288..59f3484b5e3 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room510.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room510.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_510_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room511.h b/engines/mads/madsv2/dragonsphere/rooms/room511.h
index 37a5873538d..19cf370979b 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room511.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room511.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_511_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room512.h b/engines/mads/madsv2/dragonsphere/rooms/room512.h
index efa5edf0538..c97d913eca6 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room512.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room512.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_512_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room557.h b/engines/mads/madsv2/dragonsphere/rooms/room557.h
index 52fefb04622..54188948f09 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room557.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room557.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_557_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room601.h b/engines/mads/madsv2/dragonsphere/rooms/room601.h
index 63bff2521f3..c317605bed7 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room601.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room601.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_601_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room603.h b/engines/mads/madsv2/dragonsphere/rooms/room603.h
index 12acf4ed7e9..8fad9c10e44 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room603.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room603.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_603_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room604.h b/engines/mads/madsv2/dragonsphere/rooms/room604.h
index 6e96cfae3ed..031faa35fe3 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room604.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room604.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_604_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room605.h b/engines/mads/madsv2/dragonsphere/rooms/room605.h
index eb4d67c6fd4..58bb43bec96 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room605.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room605.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_605_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room606.h b/engines/mads/madsv2/dragonsphere/rooms/room606.h
index aefc5c277ac..8927fdd61bb 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room606.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room606.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_606_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room607.h b/engines/mads/madsv2/dragonsphere/rooms/room607.h
index 4ddd952f324..70231c54746 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room607.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room607.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_607_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room609.h b/engines/mads/madsv2/dragonsphere/rooms/room609.h
index 2979f885aec..f145649d25a 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room609.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room609.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_609_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room612.h b/engines/mads/madsv2/dragonsphere/rooms/room612.h
index 539eecb0173..8a084f2e618 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room612.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room612.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_612_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room613.h b/engines/mads/madsv2/dragonsphere/rooms/room613.h
index 3d16a29ce31..94c070a45e8 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room613.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room613.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_613_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
diff --git a/engines/mads/madsv2/dragonsphere/rooms/room614.h b/engines/mads/madsv2/dragonsphere/rooms/room614.h
index 6b7af4f9074..ba021a25ed7 100644
--- a/engines/mads/madsv2/dragonsphere/rooms/room614.h
+++ b/engines/mads/madsv2/dragonsphere/rooms/room614.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
@@ -38,4 +38,4 @@ extern void room_614_synchronize(Common::Serializer &s);
} // namespace MADSV2
} // namespace MADS
-#endif
\ No newline at end of file
+#endif
More information about the Scummvm-git-logs
mailing list