Fixed the "multiple definitions of submapper" linker error
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "mapinc.h"
|
||||
#include "asic_latch.h"
|
||||
|
||||
uint8 submapper;
|
||||
static uint8 submapper;
|
||||
|
||||
static void sync () {
|
||||
setprg32(0x8000, Latch_address >>8);
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "mapinc.h"
|
||||
#include "asic_latch.h"
|
||||
|
||||
uint8 submapper;
|
||||
static uint8 submapper;
|
||||
uint8 pad;
|
||||
uint8 padSelect;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user