Changeset 2440


Ignore:
Timestamp:
Feb 19, 2013, 12:32:30 AM (10 years ago)
Author:
sam
Message:

base: fix typo in sample.cpp that prevented sample loads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sample.cpp

    r2381 r2440  
    6767    for (int i = 0; i < pathlist.Count(); ++i)
    6868    {
    69         data->chunk = Mix_LoadWAV(pathlist[0].C());
     69        data->chunk = Mix_LoadWAV(pathlist[i].C());
    7070        if (data->chunk)
    7171            break;
Note: See TracChangeset for help on using the changeset viewer.