diff --git a/src/globals.cpp b/src/globals.cpp index 40efb1e..6b29cb0 100644 --- a/src/globals.cpp +++ b/src/globals.cpp @@ -1,5 +1,5 @@ -#include "globals.h" - -RPXLoader_ReplacementInformation gReplacementInfo __attribute__((section(".data"))); -CRLayerHandle contentLayerHandle __attribute__((section(".data"))) = 0; -CRLayerHandle saveLayerHandle __attribute__((section(".data"))) = 0; \ No newline at end of file +#include "globals.h" + +RPXLoader_ReplacementInformation gReplacementInfo = {}; +CRLayerHandle contentLayerHandle = 0; +CRLayerHandle saveLayerHandle = 0; \ No newline at end of file