summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2025-07-21 19:09:56 +0200
committerGitHub <noreply@github.com>2025-07-21 19:09:56 +0200
commitaee9c362bbeb9ae717f4b93cbbd5fa0dd9a71450 (patch)
tree76d68901c25694abd6e3b7f90821e36229accf32 /include/global.h
parent32cc123547fef2ff4aa170ef27ee0a825957a859 (diff)
ActorRupee 90% (#124)
* Remove `force_data` macro * Use size_t in `operator new` * Bump objdiff to v3.0.0-beta.10 * Decompile functions using gRandom * ActorRupee 90% * Fix old gRandom.Next calls * Revert objdiff * Clean up
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h
index a12885e7..449b8dfa 100644
--- a/include/global.h
+++ b/include/global.h
@@ -26,8 +26,4 @@
#pragma define_section sbss ".data" \
".sbss"
-// Force variables to be in .data by using #pragma section force_data begin|end
-#pragma define_section force_data ".data" \
- ".data"
-
#endif