blob: 71a1392e6a4e499f0865cec868dca2f29630f907 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/initc.c
+++ b/initc.c
@@ -1495,7 +1495,7 @@ Would be nice to trash this section in the future
extern unsigned char ENVDisable, cycpb268, cycpb358, cycpbl2, cycpblt2, cycpbl;
extern unsigned char cycpblt, opexec268, opexec358, opexec268b, opexec358b;
extern unsigned char opexec268cph, opexec358cph, opexec268cphb, opexec358cphb;
-bool HacksDisable;
+extern bool HacksDisable;
void headerhack()
{
|