1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-02 05:11:22 +00:00

added some declarations to hyper.h

This commit is contained in:
Zeno Rogue
2018-01-14 21:21:32 +01:00
parent a1b7226837
commit 7859455bfb
3 changed files with 27 additions and 3 deletions

View File

@@ -567,7 +567,7 @@ void teleportTo(cell *dest) {
checkmoveO();
}
void jumpTo(cell *dest, eItem byWhat, int bonuskill = 0, eMonster dashmon = moNone) {
void jumpTo(cell *dest, eItem byWhat, int bonuskill, eMonster dashmon) {
if(byWhat != itStrongWind) playSound(dest, "orb-frog");
movecost(cwt.c, dest);