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 5, 2024
1 parent d7369e1 commit 6a9d6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion scripts/osiris_common.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Descent 3
* Descent 3
* Copyright (C) 2024 Parallax Software
*
* This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 6a9d6e7

Please sign in to comment.