fix bug pointed out by segra

svn-id: r7330
This commit is contained in:
Jonathan Gray 2003-05-05 05:20:45 +00:00
parent 0a53139659
commit 6d19dcdc82

View file

@ -735,6 +735,7 @@ void Scumm_v2::o2_resourceRoutines() {
return;
case 49:
ensureResourceLoaded(rtRoom, resid);
return;
default:
error("o2_resourceRoutines: unknown load/nuke opcode");
}