X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLevel%2FDialog.hpp;h=52058c7bd8d876be1d4574631e8ecf1210c1562c;hb=6c2be7b3030442d0ffda2d712ef2159283de2f22;hp=618e335b32eaa90901f9088e96788c8cb5718e01;hpb=03fbcc5b5e18dbf62c48849fc8d02cd250aa744e;p=lugaru.git diff --git a/Source/Level/Dialog.hpp b/Source/Level/Dialog.hpp index 618e335..52058c7 100644 --- a/Source/Level/Dialog.hpp +++ b/Source/Level/Dialog.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -30,7 +30,7 @@ class DialogScene { public: DialogScene(FILE* tfile); - DialogScene(ifstream &ipstream); + DialogScene(ifstream& ipstream); void save(FILE* tfile); int location;