TITANIC: Add loading of Deskbot ranges

This commit is contained in:
Paul Gilbert 2016-06-06 22:40:34 -04:00
parent 9a35125d65
commit 16797bd75f

View File

@ -40,6 +40,7 @@ DeskbotScript::DeskbotScript(int val1, const char *charClass, int v2,
if (_field74 == 1)
_field74 = 0;
loadRanges("Ranges/Deskbot");
loadResponses("Responses/Deskbot", 4);
}