diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-20 23:30:42 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-20 23:30:42 -0600 |
commit | 144e48af989692cd4012d9100b748b9cc1627d68 (patch) | |
tree | 625054a8084dd0ed0b6c56e87a7f789ee19d199e | |
parent | 7a4f92553a41fdd14a29ac038b512cb8603d2a0c (diff) |
fix typo
-rw-r--r-- | sym_common.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sym_common.txt b/sym_common.txt index d8dc14812..2c390e214 100644 --- a/sym_common.txt +++ b/sym_common.txt @@ -34,8 +34,8 @@ SYMBOL(gLinkErrorOccurred, 4) SYMBOL(gLinkDebugValue2, 4) . += 0x4; #ifdef GERMAN -SYMB0L(deUnkValue1, 4) -SYMB0L(deUnkValue2, 4) +SYMBOL(deUnkValue1, 4) +SYMBOL(deUnkValue2, 4) #endif SYMBOL(gLinkPlayerPending, 4) SYMBOL(gLinkPlayers, 112) |