Clean up comments

This commit is contained in:
LagoLunatic
2024-02-01 20:56:47 -05:00
parent 49afbc07e2
commit f4ac738d36
59 changed files with 418 additions and 165 deletions
+4 -2
View File
@@ -1,8 +1,11 @@
/*
/**
* d_a_ship_static.cpp
* King of Red Lions - Static
*/
#include "d/actor/d_a_ship.h"
/* 80067D94-80067E78 .text initStartPos__8daShip_cFPC4cXyzs */
void daShip_c::initStartPos(const cXyz* pos, short rotY) {
current.pos = *pos;
old.pos = *pos;
@@ -21,4 +24,3 @@ void daShip_c::initStartPos(const cXyz* pos, short rotY) {
m19AC.end();
m19C0.end();
}