diff options
author | Haru <haru@dotalux.com> | 2014-11-16 02:01:19 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-11-16 07:16:22 +0100 |
commit | e331a9aac2ff6d567ca65961c861dbae361172da (patch) | |
tree | d1c276b906e05000f8904a141d638981857378cd /src/map/duel.h | |
parent | b94748da3c309e40517cef81a65cd1e51971f14f (diff) | |
download | hercules-e331a9aac2ff6d567ca65961c861dbae361172da.tar.gz hercules-e331a9aac2ff6d567ca65961c861dbae361172da.tar.bz2 hercules-e331a9aac2ff6d567ca65961c861dbae361172da.tar.xz hercules-e331a9aac2ff6d567ca65961c861dbae361172da.zip |
Moved duel_s into duel.c
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/duel.h')
-rw-r--r-- | src/map/duel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/duel.h b/src/map/duel.h index de2bd1bf6..e88f6ec4e 100644 --- a/src/map/duel.h +++ b/src/map/duel.h @@ -40,7 +40,7 @@ struct duel_interface { void (*init) (bool minimal); void (*final) (void); -} duel_s; +}; struct duel_interface *duel; |