Skip to content

Commit

Permalink
SCUMM: Fix spelling of length
Browse files Browse the repository at this point in the history
  • Loading branch information
klusark committed Apr 5, 2012
1 parent 1d09041 commit 9363268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/scumm/imuse_digi/dimuse_sndmgr.h
Expand Up @@ -47,7 +47,7 @@ class ImuseDigiSndMgr {
private:
struct Region {
int32 offset; // offset of region
int32 length; // lenght of region
int32 length; // length of region
};

struct Jump {
Expand Down

0 comments on commit 9363268

Please sign in to comment.