Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Misa Elizabeth Kai <[email protected]>
  • Loading branch information
NyakoFox and InfoTeddy committed Oct 1, 2024
1 parent fb7d28b commit bca9021
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion desktop_version/src/Entity.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#define OBJ_DEFINITION
#include "Entity.h"

#include <cmath>
#include <SDL.h>

#include "CustomLevels.h"
Expand Down
2 changes: 0 additions & 2 deletions desktop_version/src/Map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1913,10 +1913,8 @@ void mapclass::loadlevel(int rx, int ry)
obj.createentity(ex, ey, 13, ent.p1, ent.p2);
break;
case 14: // Teleporter
{
obj.createentity(ex, ey, 14, 0, ((rx + (ry * 100)) * 20) + tempcheckpoints, ent.p1, ent.p2, ent.p3, ent.p4, ent.p5, ent.p6);
break;
}
case 15: // Collectable crewmate
obj.createentity(ex - 4, ey + 1, 55, cl.findcrewmate(edi), ent.p1, ent.p2);
break;
Expand Down
2 changes: 1 addition & 1 deletion third_party/c-hashmap
Submodule c-hashmap updated 1 files
+0 −9 map.c

0 comments on commit bca9021

Please sign in to comment.