Skip to content

Commit

Permalink
Going over the changes one last time.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddTheSane committed May 3, 2024
1 parent 0dea379 commit 839c388
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions music/omflex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
32 changes: 16 additions & 16 deletions scripts/osiris_common.h
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.
*/
* 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 <http://www.gnu.org/licenses/>.
*/

/*
* $Logfile: /DescentIII/data/scripts/osiris_common.h $
Expand Down

0 comments on commit 839c388

Please sign in to comment.