diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-17 12:40:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-17 15:40:50 -0400 |
| commit | 306abef46b9af0cc17b2e2a049df9ff2acd5e9a4 (patch) | |
| tree | 4a40e93f1eb25575431b09c8942b9e45eb9f4503 /spec | |
| parent | cc0b1bb127d932389b56f49362b572f636013741 (diff) | |
Consistently use "OOT_VERSION <" and "OOT_VERSION >=" (#2199)
Diffstat (limited to 'spec')
| -rw-r--r-- | spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -686,7 +686,7 @@ beginseg #if OOT_DEBUG include "$(BUILD_DIR)/src/code/ucode_disas.o" #endif -#if OOT_VERSION <= NTSC_1_0 || PLATFORM_GC +#if OOT_VERSION < NTSC_1_1 || PLATFORM_GC pad_text #endif include "$(BUILD_DIR)/src/audio/lib/data.o" |
