This commit is contained in:
p.kosyh 2010-06-05 15:02:46 +00:00
parent 7c098928d8
commit 3eead8a79a
2 changed files with 5 additions and 0 deletions

2
debian/changelog vendored
View file

@ -6,6 +6,8 @@ instead (1.2.0) unstable; urgency=low
* remove games;
* local appdata mode;
* prefs object;
* init function;
* snapshots;
-- Peter Kosyh <p.kosyh@gmail.com> Tue, 01 Jun 2010 17:40:00 +0300

View file

@ -1290,6 +1290,9 @@ function game_ini(self)
if type(init) == 'function' then
init();
end
if type(hooks) == 'function' then
hooks();
end
return par("^^", vv, v);
end