[Scummvm-cvs-logs] scummvm branch-1-3-0 -> dec1fe148e179c2097ba848396061aafe611056f

DrMcCoy drmccoy at drmccoy.de
Thu May 5 20:52:45 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
dec1fe148e GOB: Fix a stupid typo in SlotFileIndexed::buildIndex()


Commit: dec1fe148e179c2097ba848396061aafe611056f
    https://github.com/scummvm/scummvm/commit/dec1fe148e179c2097ba848396061aafe611056f
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-05-05T11:51:35-07:00

Commit Message:
GOB: Fix a stupid typo in SlotFileIndexed::buildIndex()

This should fix bug #3295893.

The intention of this piece of code was to pad the first save slot
name with spaces until it's as long as the longest save slot name,
because the scripts use it to gauge the width of the save list.
Unfortunately, I messed up there, overwriting variable space directly
after the save names. In Urban Runner's case, this would be the list
of inventory items.
(cherry picked from commit 8e03a200ef53ce1e5d20590aae89fae0e640e873)

Changed paths:
    engines/gob/save/savehandler.cpp








More information about the Scummvm-git-logs mailing list