projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
303351d
)
added TODO in main.cpp
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 1 Aug 2011 16:21:43 +0000
(19:21 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Mon, 1 Aug 2011 16:21:43 +0000
(19:21 +0300)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index 77340cab376836e26ac438a2be0af4b948c2df31..3193194affe17a83c162b1657c67ed0d183145df 100644
(file)
--- a/
src/main.cpp
+++ b/
src/main.cpp
@@
-367,6
+367,9
@@
TODO: Merge bahamada's audio stuff (clean patch available)
TODO: Move content_features to mapnode_content_features.{h,cpp} or so
+TODO: Fix item use() stuff; dropping a stack of cooked rats and eating
+ it gives 3 hearts and consumes all the rats.
+
Making it more portable:
------------------------