From 839c388f29b9e6c31e6b7fb10064987f73355bf9 Mon Sep 17 00:00:00 2001 From: "C.W. Betts" Date: Fri, 3 May 2024 14:34:48 -0600 Subject: [PATCH] Going over the changes one last time. --- music/omflex.cpp | 6 +++--- scripts/osiris_common.h | 32 ++++++++++++++++---------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/music/omflex.cpp b/music/omflex.cpp index 6d08f9e85..35e62764e 100644 --- a/music/omflex.cpp +++ b/music/omflex.cpp @@ -86,9 +86,9 @@ #define OMFFILEERR_GOTO (INFFILE_CUSTOM + 3) // no goto label exists #define OMFFILEERR_SYNTAX (INFFILE_CUSTOM + 4) // syntax error. -static const char *OMFCommands[OMFCMD_NUM] = {"stream", "section", "play", "endsection", "label", "compare", "lcmp", - "llpt", "lplc", "inci", "seti", "ifi", "region", "endregion", - "q2", "blt", "bgt", "beq", "bnif", "goto", "wait"}; +static const char *OMFCommands[OMFCMD_NUM] = { + "stream", "section", "play", "endsection", "label", "compare", "lcmp", "llpt", "lplc", "inci", "seti", + "ifi", "region", "endregion", "q2", "blt", "bgt", "beq", "bnif", "goto", "wait"}; static int OMFLex(const char *command); int OMFLex(const char *command) { diff --git a/scripts/osiris_common.h b/scripts/osiris_common.h index 6a3fb994f..95548848f 100644 --- a/scripts/osiris_common.h +++ b/scripts/osiris_common.h @@ -1,20 +1,20 @@ /* - * Descent 3 - * Copyright (C) 2024 Parallax Software - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ +* Descent 3 +* Copyright (C) 2024 Parallax Software +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ /* * $Logfile: /DescentIII/data/scripts/osiris_common.h $