fix possible syntax error
This commit is contained in:
@@ -274,7 +274,7 @@ class BMSSong {
|
|||||||
map<RString, int> mapKeysoundToIndex;
|
map<RString, int> mapKeysoundToIndex;
|
||||||
Song *out;
|
Song *out;
|
||||||
|
|
||||||
bool backgroundsPrecached = false;
|
bool backgroundsPrecached;
|
||||||
void PrecacheBackgrounds(const RString &dir);
|
void PrecacheBackgrounds(const RString &dir);
|
||||||
map<RString, RString> mapBackground;
|
map<RString, RString> mapBackground;
|
||||||
|
|
||||||
@@ -288,6 +288,7 @@ public:
|
|||||||
BMSSong::BMSSong( Song *song )
|
BMSSong::BMSSong( Song *song )
|
||||||
{
|
{
|
||||||
out = song;
|
out = song;
|
||||||
|
backgroundsPrecached = false;
|
||||||
|
|
||||||
// import existing keysounds from song
|
// import existing keysounds from song
|
||||||
for( unsigned i = 0; i < out->m_vsKeysoundFile.size(); i ++ )
|
for( unsigned i = 0; i < out->m_vsKeysoundFile.size(); i ++ )
|
||||||
|
|||||||
Reference in New Issue
Block a user