mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	more fixup
This commit is contained in:
		| @@ -110,9 +110,10 @@ namespace rogueviz { | |||||||
|     edgeinfo *virt; |     edgeinfo *virt; | ||||||
|     bool special; |     bool special; | ||||||
|     int data; |     int data; | ||||||
|     string *info; |     vector<string> urls; | ||||||
|  |     vector<string> infos; | ||||||
|     shmup::monster *m; |     shmup::monster *m; | ||||||
|     vertexdata() { virt = NULL; m = NULL; info = NULL; special = false; } |     vertexdata() { virt = NULL; m = NULL; special = false; } | ||||||
|     }; |     }; | ||||||
|    |    | ||||||
|   extern vector<vertexdata> vdata; |   extern vector<vertexdata> vdata; | ||||||
| @@ -293,7 +294,7 @@ function<void(presmode)> roguevizslide_action(char c, const T& t, const U& act) | |||||||
|   bool rv_ignore(char c); |   bool rv_ignore(char c); | ||||||
|  |  | ||||||
|   colorpair perturb(colorpair cp); |   colorpair perturb(colorpair cp); | ||||||
|   void queuedisk(const shiftmatrix& V, const colorpair& cp, bool legend, const string* info, int i); |   void queuedisk(const shiftmatrix& V, const colorpair& cp, bool legend, const string* url, int i); | ||||||
|  |  | ||||||
| /* 3D models */ | /* 3D models */ | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue