rename back -> cancel because "back" conflicts with "background"

This commit is contained in:
Chris Danford
2005-03-20 06:14:41 +00:00
parent 1ab61d7dde
commit 48e6cb1a69
27 changed files with 55 additions and 56 deletions
+2 -2
View File
@@ -118,14 +118,14 @@ public:
void PlayCoinSound();
void PlayInvalidSound();
void PlayScreenshotSound();
void PlayBackSound();
void PlayCancelSound();
private:
RageSound m_soundStart;
RageSound m_soundCoin;
RageSound m_soundInvalid;
RageSound m_soundScreenshot;
RageSound m_soundBack;
RageSound m_soundCancel;
};