From a2572f64dfed34bf95b07c40e98669e5c58ed4eb Mon Sep 17 00:00:00 2001 From: Eidolon Date: Thu, 13 Feb 2025 15:56:29 -0600 Subject: [PATCH] Update copyright years to 2025 --- src/hwr2/imgui_renderer.cpp | 4 ++-- src/hwr2/imgui_renderer.hpp | 4 ++-- src/menus/options-voice.cpp | 2 +- src/objects/amps.c | 8 ++++---- src/objects/ballhog.cpp | 4 ++-- src/p_deepcopy.cpp | 4 ++-- src/p_deepcopy.h | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/hwr2/imgui_renderer.cpp b/src/hwr2/imgui_renderer.cpp index cc13cb3bc..934dffc02 100644 --- a/src/hwr2/imgui_renderer.cpp +++ b/src/hwr2/imgui_renderer.cpp @@ -1,7 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2024 by Ronald "Eidolon" Kinard -// Copyright (C) 2024 by Kart Krew +// Copyright (C) 2025 by Ronald "Eidolon" Kinard +// Copyright (C) 2025 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/hwr2/imgui_renderer.hpp b/src/hwr2/imgui_renderer.hpp index b861ade4b..9d985293d 100644 --- a/src/hwr2/imgui_renderer.hpp +++ b/src/hwr2/imgui_renderer.hpp @@ -1,7 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2024 by Ronald "Eidolon" Kinard -// Copyright (C) 2024 by Kart Krew +// Copyright (C) 2025 by Ronald "Eidolon" Kinard +// Copyright (C) 2025 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/menus/options-voice.cpp b/src/menus/options-voice.cpp index cd9fd6efa..8f02fad5f 100644 --- a/src/menus/options-voice.cpp +++ b/src/menus/options-voice.cpp @@ -1,6 +1,6 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2024 by Kart Krew. +// Copyright (C) 2025 by Kart Krew. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/objects/amps.c b/src/objects/amps.c index 68022d10d..a1e74d744 100644 --- a/src/objects/amps.c +++ b/src/objects/amps.c @@ -1,7 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2024 by AJ "Tyron" Martinez. -// Copyright (C) 2024 by Kart Krew +// Copyright (C) 2025 by AJ "Tyron" Martinez. +// Copyright (C) 2025 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. @@ -83,7 +83,7 @@ void Obj_AmpsThink (mobj_t *amps) amps->momz += FixedMul(FINECOSINE(vang>>ANGLETOFINESHIFT), speed); if (dist < (120 * amps->scale) && amps->extravalue2 && !player->amppickup) - { + { K_AwardPlayerAmps(player, 2); P_RemoveMobj(amps); } @@ -200,4 +200,4 @@ void Obj_AmpBurstThink (mobj_t *amps) { amps->renderflags &= ~RF_TRANSMASK; amps->renderflags |= (NUMTRANSMAPS - amps->fuse) << RF_TRANSSHIFT; -} \ No newline at end of file +} diff --git a/src/objects/ballhog.cpp b/src/objects/ballhog.cpp index d11a24bf3..a3661fb69 100644 --- a/src/objects/ballhog.cpp +++ b/src/objects/ballhog.cpp @@ -1,7 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour -// Copyright (C) 2024 by Kart Krew +// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour +// Copyright (C) 2025 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/p_deepcopy.cpp b/src/p_deepcopy.cpp index fae18272a..9441dc96a 100644 --- a/src/p_deepcopy.cpp +++ b/src/p_deepcopy.cpp @@ -1,7 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour -// Copyright (C) 2024 by Kart Krew +// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour +// Copyright (C) 2025 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2. diff --git a/src/p_deepcopy.h b/src/p_deepcopy.h index 8eb766f7a..799d5f682 100644 --- a/src/p_deepcopy.h +++ b/src/p_deepcopy.h @@ -1,7 +1,7 @@ // DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- -// Copyright (C) 2024 by Sally "TehRealSalt" Cochenour -// Copyright (C) 2024 by Kart Krew +// Copyright (C) 2025 by Sally "TehRealSalt" Cochenour +// Copyright (C) 2025 by Kart Krew // // This program is free software distributed under the // terms of the GNU General Public License, version 2.