[gamecode] Rename pr_opcode.c

Just to make way for new tables :)
This commit is contained in:
Bill Currie 2022-01-04 20:45:45 +09:00
parent 35387b5450
commit 6d9c63999c
2 changed files with 5 additions and 7 deletions

View file

@ -14,8 +14,8 @@ libs_gamecode_libQFgamecode_la_SOURCES= \
libs/gamecode/pr_exec.c \
libs/gamecode/pr_load.c \
libs/gamecode/pr_parse.c \
libs/gamecode/pr_opcode.c \
libs/gamecode/pr_resolve.c \
libs/gamecode/pr_resource.c \
libs/gamecode/pr_strings.c \
libs/gamecode/pr_v6p_opcode.c \
libs/gamecode/pr_zone.c

View file

@ -1,12 +1,10 @@
/*
#FILENAME#
pr_v6p_opcodes.c
#DESCRIPTION#
Opcode table and checking for v6+ progs.
Copyright (C) 2001 #AUTHOR#
Author: #AUTHOR#
Date: #DATE#
Copyright (C) 1996-1997 Id Software, Inc.
Copyright (C) 2001 Bill Currie <bill@taniwha.org>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License