Przeglądaj źródła

fixed a typo in declaration of meta file system

ShizZy 13 lat temu
rodzic
commit
8a95dd3f11
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/core/src/system.cpp

+ 2 - 2
src/core/src/system.cpp

@@ -29,8 +29,8 @@
 
 namespace System {
 
-extern volatile State g_state;
-extern MetaFileSystem g_ctr_file_system;
+volatile State g_state;
+MetaFileSystem g_ctr_file_system;
 
 void UpdateState(State state) {
 }