home · contact · privacy
Minor comment-cosmetic corrections.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 21 Jan 2014 04:31:55 +0000 (05:31 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 21 Jan 2014 04:31:55 +0000 (05:31 +0100)
src/client/keybindings.c
src/server/map_objects.c

index afafb9c99b18ce90ee24fd0b3bca658755283247..73fc2c8541a7ea346c2ed8d8b697206e68d470ae 100644 (file)
@@ -19,7 +19,7 @@
 /* Return "n"-th keybinding in keybindings chain from "kb_p" on. */
 static struct KeyBinding * get_keyb_of_n(struct KeyBinding * kb_p, uint16_t n);
 
-//* Return number of keybindings in keybindings chain from "kb_p" on. */
+/* Return number of keybindings in keybindings chain from "kb_p" on. */
 static uint16_t get_n_of_keybs(struct KeyBinding * kb_p);
 
 /* If "keycode_given" equals "keycode_match", copy "keyname_match" to "keyname"
index 5b5bd975cbfe9d382c4313c36be51edc5221d222..b114750eef6dfcd0478c0ff35ec0dca81d66680b 100644 (file)
@@ -48,7 +48,7 @@ static struct MapObj * get_map_object(struct MapObj * ptr, uint8_t id)
 
 
 
-static struct yx_uint16 find_passable_pos() // struct Map * map)
+static struct yx_uint16 find_passable_pos()
 {
     struct yx_uint16 pos;
     for (pos.y = pos.x = 0; 0 == is_passable(pos);)