summaryrefslogtreecommitdiffstats
path: root/src/skel/crossplatform.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-12-03 11:06:55 +0100
committerGitHub <noreply@github.com>2020-12-03 11:06:55 +0100
commita37ce3ee9f405e3a05bbcde73c56d3bf82004ab4 (patch)
treeb0e7d42629563fe847a199cfd7f3253f59d173a9 /src/skel/crossplatform.h
parentMerge pull request #861 from erorcun/miami (diff)
parentAnimViewer done, comment cleanup (diff)
downloadre3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar
re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.gz
re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.bz2
re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.lz
re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.xz
re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.tar.zst
re3-a37ce3ee9f405e3a05bbcde73c56d3bf82004ab4.zip
Diffstat (limited to 'src/skel/crossplatform.h')
-rw-r--r--src/skel/crossplatform.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/skel/crossplatform.h b/src/skel/crossplatform.h
index fe1f22fd..bfc03913 100644
--- a/src/skel/crossplatform.h
+++ b/src/skel/crossplatform.h
@@ -87,9 +87,6 @@ enum eGameState
GS_FRONTEND,
GS_INIT_PLAYING_GAME,
GS_PLAYING_GAME,
-#ifndef MASTER
- GS_ANIMVIEWER,
-#endif
};
extern RwUInt32 gGameState;