From 5c64d1b61b50416fcf9f607df7190dc4bacdb600 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 13 May 2020 12:01:47 +0000 Subject: [PATCH] .examples git-svn-id: svn://ultimatepp.org/upp/trunk@14462 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- examples/Bombs/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/Bombs/main.cpp b/examples/Bombs/main.cpp index b1d4a5e38..22cda61ea 100644 --- a/examples/Bombs/main.cpp +++ b/examples/Bombs/main.cpp @@ -23,7 +23,6 @@ private: BOMB = 32, MARK = 64, EXPLODED = 128, - }; int UNIT = 30;