summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-06-24 17:36:34 -0700
committerBen Longbons <b.r.longbons@gmail.com>2012-06-24 17:38:24 -0700
commit75dd1d62bb3b48d45fd61090ad7c74dc67d5296c (patch)
tree483b934bc0e8c131d5fef4f3df0b40d7242cdbed /src/map/atcommand.h
parent65cc0ea4e28005de266b221a6f8427f7f73027f3 (diff)
downloadtmwa-75dd1d62bb3b48d45fd61090ad7c74dc67d5296c.tar.gz
tmwa-75dd1d62bb3b48d45fd61090ad7c74dc67d5296c.tar.bz2
tmwa-75dd1d62bb3b48d45fd61090ad7c74dc67d5296c.tar.xz
tmwa-75dd1d62bb3b48d45fd61090ad7c74dc67d5296c.zip
Add @doomspot command.
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index 859ac6b..0b141cb 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -185,6 +185,7 @@ enum AtCommandType
AtCommand_Wgm,
AtCommand_IpCheck,
AtCommand_ListNearby, // [fate]
+ AtCommand_DoomSpot,
// end
AtCommand_Unknown,
AtCommand_MAX