From d9b566a50bbe421f9b5e80228fb6c51b5b9743b4 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 26 Mar 2010 06:56:02 -0500 Subject: [PATCH] Drop a term from boss initialization to fix a compiler warning. --- main.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.cpp b/main.cpp index b782ccb..76ed40f 100644 --- a/main.cpp +++ b/main.cpp @@ -388,12 +388,12 @@ int main(int argc, char *argv[]){ }; struct game_object bosses[6] = { - { 300, 0, 0, 0, 5, 4, 0, 0, 0, 0 }, - { 301, 0, 0, 0, 5, 4, 0, 0, 0, 0 }, - { 302, 0, 0, 0, 5, 4, 0, 0, 0, 0 }, - { 303, 0, 0, 0, 5, 4, 0, 0, 0, 0 }, - { 304, 0, 0, 0, 5, 4, 0, 0, 0, 0 }, - { 305, 0, 0, 0, 5, 4, 0, 0, 0, 0 } + { 300, 0, 0, 0, 5, 4, 0, 0, 0 }, + { 301, 0, 0, 0, 5, 4, 0, 0, 0 }, + { 302, 0, 0, 0, 5, 4, 0, 0, 0 }, + { 303, 0, 0, 0, 5, 4, 0, 0, 0 }, + { 304, 0, 0, 0, 5, 4, 0, 0, 0 }, + { 305, 0, 0, 0, 5, 4, 0, 0, 0 } }; strcpy (bosses[0].line0, ""); -- 2.9.0