Skip to content

Commit

Permalink
ADL: Enable global commands in hires2
Browse files Browse the repository at this point in the history
  • Loading branch information
waltervn committed Jun 6, 2016
1 parent df4daf9 commit 0593460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/adl/hires2.cpp
Expand Up @@ -88,7 +88,7 @@ void HiRes2Engine::init() {
readCommands(f, _roomCommands);

f.seek(IDI_HR2_OFS_CMDS_0);
// readCommands(f, _globalCommands);
readCommands(f, _globalCommands);

f.seek(IDI_HR2_OFS_VERBS);
loadWords(f, _verbs);
Expand Down

0 comments on commit 0593460

Please sign in to comment.