[Scummvm-devel] [Scummvm-cvs-logs] SF.net SVN: scummvm:[42249] scummvm/branches/gsoc2009-draci/engines/draci

Robert Špalek rspalek at gmail.com
Wed Jul 8 06:42:47 CEST 2009


On Tue, Jul 7, 2009 at 5:34 PM, <dkasak13 at users.sourceforge.net> wrote:

> +               // Account for GPL jump that some commands set
> +               reader.seek(reader.pos() + _jump);
>

not sure how efficient
the stream reader is, i.e. whether it tests the new position for
inequality or whether it always refills its buffers.  maybe it would
be nicer to test if (_jump != 0) { ... }
-- 
Robert Špalek <rspalek at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scummvm.org/pipermail/scummvm-devel/attachments/20090707/c0f15c80/attachment.html>


More information about the Scummvm-devel mailing list