From: Patrick McIlroy Date: Sat, 23 Feb 2008 10:12:08 +0000 (+0000) Subject: git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@38 83fadc84-e282... X-Git-Url: http://cameron1729.xyz/?a=commitdiff_plain;h=488516b937ba66d203c6384b479880352c2a22a6;p=openitg.git git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@38 83fadc84-e282-4d84-a09a-c4228d6ae7e5 --- diff --git a/src/ScreenArcadePatch.cpp b/src/ScreenArcadePatch.cpp index d4b87439..0e217c57 100644 --- a/src/ScreenArcadePatch.cpp +++ b/src/ScreenArcadePatch.cpp @@ -17,6 +17,7 @@ #include "CryptHelpers.h" #include "RageFileDriverZip.h" #include "XmlFile.h" +#include "MiscITG.h" #include "StepMania.h" // For ExitAndReboot() @@ -40,13 +41,6 @@ ScreenArcadePatch::ScreenArcadePatch( CString sClassName ) : ScreenWithMenuEleme static BitmapText *m_PatchStatus; static bool g_doReboot; -// This is hacky, obviously. I'll fix it up soon. -// Right now, this just needs to compile. -- Vyhd -int GetRevision() -{ - return 21; -} - ScreenArcadePatch::~ScreenArcadePatch() { LOG->Trace( "ScreenArcadePatch::~ScreenArcadePatch() %i", (int)g_doReboot );