From: Gwyn Ciesla Date: Fri, 26 Mar 2010 11:56:02 +0000 (-0500) Subject: Drop a term from boss initialization to fix a compiler warning. X-Git-Tag: 1.05~5 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=d9b566a50bbe421f9b5e80228fb6c51b5b9743b4;p=curblaster.git Drop a term from boss initialization to fix a compiler warning. --- 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, "");